# File lib/action_dispatch/middleware/debug_exceptions.rb, line 10
    def initialize(app)
      @app = app
    end