Flowdock
method

unwrapped_exception

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ExceptionWrapper
unwrapped_exception() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.