method

process_with_exception

process_with_exception(request, response, exception)
public

No documentation available.

# File actionpack/lib/action_controller/rescue.rb, line 54
      def process_with_exception(request, response, exception) #:nodoc:
        new.process(request, response, :rescue_action, exception)
      end