method
handle_exception
v7.0.0 -
Show latest stable
- Class:
ActionMailer::Rescuable
handle_exception(exception)public
No documentation available.
# File actionmailer/lib/action_mailer/rescuable.rb, line 11
def handle_exception(exception) # :nodoc:
rescue_with_handler(exception) || raise(exception)
end