class ActionDispatch::DebugExceptions

def initialize(app, routes_app = nil, response_format = :default)

def initialize(app, routes_app = nil, response_format = :default)
  @app             = app
  @routes_app      = routes_app
  @response_format = response_format
end