Method: ActionDispatch::ExceptionWrapper#exception
- Defined in:
- actionpack/lib/action_dispatch/middleware/exception_wrapper.rb
#exception ⇒ Object (readonly)
Returns the value of attribute exception.
48 49 50 |
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 48 def exception @exception end |