class ActionDispatch::ShowExceptions

def initialize(app, exceptions_app)

def initialize(app, exceptions_app)
  @app = app
  @exceptions_app = exceptions_app
end