method
handler_for_rescue
v8.1.1 -
Show latest stable
- Class:
ActionController::Rescue::ClassMethods
handler_for_rescue(exception, ...)public
No documentation available.
# File actionpack/lib/action_controller/metal/rescue.rb, line 17
def handler_for_rescue(exception, ...) # :nodoc:
if handler = super
ActiveSupport::Notifications.instrument("rescue_from_callback.action_controller", exception: exception)
handler
end
end