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