method
process_with_exception
v2.1.0 -
Show latest stable
- Class:
ActionController::Rescue::ClassMethods
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