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