method
handle_exceptions
v8.0.0 -
Show latest stable
- Class:
ActionMailer::Rescuable
handle_exceptions()public
No documentation available.
# File actionmailer/lib/action_mailer/rescuable.rb, line 20
def handle_exceptions # :nodoc:
yield
rescue => exception
rescue_with_handler(exception) || raise
end