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