Method: ActionMailer::Rescuable#handle_exceptions
- Defined in:
- actionmailer/lib/action_mailer/rescuable.rb
#handle_exceptions ⇒ Object
:nodoc:
20 21 22 23 24 |
# File 'actionmailer/lib/action_mailer/rescuable.rb', line 20 def handle_exceptions # :nodoc: yield rescue => exception rescue_with_handler(exception) || raise end |