method

unwrapped_exception

unwrapped_exception()
public

No documentation available.

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