method
status_code
rails latest stable - Class:
ActionDispatch::ExceptionWrapper
status_code()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 123
def status_code
self.class.status_code_for_exception(unwrapped_exception.class.name)
end