method

new

new(app, exceptions_app)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 24
    def initialize(app, exceptions_app)
      @app = app
      @exceptions_app = exceptions_app
    end