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