-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception handlers #25
Comments
Things that are not |
With a view like
Requesting Backtrace:
|
Maybe the |
Yeah that makes sense, syntax errors are things that we should know about so they can be fixed :) |
In
Utopia::Exceptions::Handler
thecall
function hasrescue Exception => exception
.In
Utopia::Exceptions::Mailer
thecall
function hasrescue => exception
.Why the difference? I found a case where incorrect ruby in a view would cause Handler to fire but not Mailer.
The text was updated successfully, but these errors were encountered: