modular-error-handling
modular-error-handling copied to clipboard
Error Handling in Rails - The Modular Way
Results
1
modular-error-handling issues
Sort by
recently updated
recently updated
newest added
Updated: Hey, thanks for your write up! In my app rescue_from is not catching NotVisibleError. In my controller ``` raise Exceptions::NotVisibleError ``` When the error comes through into the Error...