method

new

rails latest stable - Class: ActionDispatch::ShowExceptions
new(app, exceptions_app)
public

No documentation available.

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