method
process_action
v3.1.0 -
Show latest stable
- Class:
ActionController::Rescue
process_action(*args)private
No documentation available.
# File actionpack/lib/action_controller/metal/rescue.rb, line 16
def process_action(*args)
super
rescue Exception => exception
rescue_with_handler(exception) || raise(exception)
end