method

handle_exceptions

handle_exceptions()
public

No documentation available.

# File actionmailer/lib/action_mailer/rescuable.rb, line 14
    def handle_exceptions #:nodoc:
      yield
    rescue => exception
      rescue_with_handler(exception) || raise
    end