diff --git a/src/main/misc/exceptions.py b/src/main/misc/exceptions.py index 4c3e403..8db2366 100644 --- a/src/main/misc/exceptions.py +++ b/src/main/misc/exceptions.py @@ -3,6 +3,7 @@ base = '⚠️ **An internal error has occurred.** Please notify my master! 🐺 class Left(Exception): pass class Right(Exception): pass class Save(Exception): pass +class Exists(Exception): pass class PostError(Exception): pass class ImageError(Exception): pass class MatchError(Exception): pass