MCPcopy Index your code
hub / github.com/pyload/pyload / RouteBuildError

Class RouteBuildError

module/lib/bottle.py:257–258  ·  view source on GitHub ↗

The route could not been built

Source from the content-addressed store, hash-verified

255 """ The route parser found something not supported by this router """
256
257class RouteBuildError(RouteError):
258 """ The route could not been built """
259
260class Router(object):
261 ''' A Router is an ordered collection of route->target pairs. It is used to

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected