add custom errors!

This commit is contained in:
Joe S 2021-02-26 22:13:32 -05:00
parent 50d1fc5cae
commit 66279c3bec
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
class ItemAlreadyTaken(Exception):
pass
class ItemRequired(Exception):
pass