method

process_with_exception

rails latest stable - Class: ActionController::Rescue::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

process_with_exception(request, response, exception)
public

No documentation available.

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