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

Class RouteSyntaxError

module/lib/bottle.py:254–255  ·  view source on GitHub ↗

The route parser found something not supported by this router

Source from the content-addressed store, hash-verified

252class RouterUnknownModeError(RouteError): pass
253
254class RouteSyntaxError(RouteError):
255 """ The route parser found something not supported by this router """
256
257class RouteBuildError(RouteError):
258 """ The route could not been built """

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected