module ActionMailer::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 25 def process(...) handle_exceptions do super end end
Calls superclass method