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