module ActionMailer::Rescuable

def handle_exception(exception) # :nodoc:

:nodoc:
def handle_exception(exception) # :nodoc:
  rescue_with_handler(exception) || raise(exception)
end