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