add custom errors!
This commit is contained in:
parent
50d1fc5cae
commit
66279c3bec
|
@ -0,0 +1,6 @@
|
|||
class ItemAlreadyTaken(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ItemRequired(Exception):
|
||||
pass
|
Loading…
Reference in New Issue