module RescueRegistry::ActionDispatch::ExceptionWrapper
Public Instance Methods
status_code_for_exception(class_name)
click to toggle source
Calls superclass method
# File lib/rescue_registry/action_dispatch/exception_wrapper.rb, line 4 def status_code_for_exception(class_name) RescueRegistry.status_code_for_exception(class_name, passthrough: false) || super end