new(env, exception)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 27
    def initialize(env, exception)
      @env = env
      @exception = original_exception(exception)
    end