Exception: Rack::App::Router::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rack/app/router/error.rb

Constant Summary collapse

AppIsNotMountedInTheRouter =
Class.new(self)
MountedAppDoesNotHaveThisPath =
Class.new(self)