method
original_exception
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper
original_exception(exception)private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 75
def original_exception(exception)
if registered_original_exception?(exception)
exception.original_exception
else
exception
end
end