Flowdock
method

handle_exception

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Rescuable
handle_exception(exception) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/rescuable.rb, line 11
      def handle_exception(exception) #:nodoc:
        rescue_with_handler(exception) || raise(exception)
      end
Register or log in to add new notes.