more exceptiosn and edge cases

This commit is contained in:
Laura Klünder 2016-12-21 01:59:08 +01:00
parent 6508d05a3e
commit 25af1c9901
5 changed files with 84 additions and 14 deletions

View file

@ -0,0 +1,6 @@
class NoRouteFound(Exception):
pass
class AlreadyThere(Exception):
pass