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