method
status_code
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper
status_code()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 46
def status_code
self.class.status_code_for_exception(@exception.class.name)
end