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