method

unwrapped_exception

unwrapped_exception()
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 55
    def unwrapped_exception
      if wrapper_exceptions.include?(@exception_class_name)
        exception.cause
      else
        exception
      end
    end