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