module ActionMailer::Rescuable
Action Mailer Rescuable¶ ↑
Provides rescue_from for mailers. Wraps mailer action processing, mail job processing, and mail delivery to handle configured errors.
Private Instance Methods
Source
# File lib/action_mailer/rescuable.rb, line 27 def process(...) handle_exceptions do super end end
Calls superclass method