more exceptiosn and edge cases
This commit is contained in:
parent
6508d05a3e
commit
25af1c9901
5 changed files with 84 additions and 14 deletions
6
src/c3nav/routing/exceptions.py
Normal file
6
src/c3nav/routing/exceptions.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
class NoRouteFound(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class AlreadyThere(Exception):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue