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