Method: ActionDispatch::ExceptionWrapper.status_code_for_exception

Defined in:
actionpack/lib/action_dispatch/middleware/exception_wrapper.rb

.status_code_for_exception(class_name) ⇒ Object



175
176
177
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 175

def self.status_code_for_exception(class_name)
  Rack::Utils.status_code(@@rescue_responses[class_name])
end