MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / RouteSyntaxError

Class RouteSyntaxError

21-async/mojifinder/bottle.py:245–246  ·  view source on GitHub ↗

The route parser found something not supported by this router.

Source from the content-addressed store, hash-verified

243
244
245class RouteSyntaxError(RouteError):
246 """ The route parser found something not supported by this router. """
247
248
249class RouteBuildError(RouteError):

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected