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