method

handle_exception

handle_exception(exception)
public

No documentation available.

# File actionmailer/lib/action_mailer/rescuable.rb, line 11
      def handle_exception(exception) #:nodoc:
        rescue_with_handler(exception) || raise(exception)
      end