method
process_with_exception
rails latest stable - Class:
ActionController::Rescue::ClassMethods
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