module ActionMailer::Rescuable

def handle_exceptions # :nodoc:

:nodoc:
def handle_exceptions # :nodoc:
  yield
rescue => exception
  rescue_with_handler(exception) || raise
end