1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 14:27:27 +00:00

Added Exists exception class

This commit is contained in:
Myned 2017-10-11 11:08:46 -04:00
parent de967d68cb
commit a9b7689760

View file

@ -3,6 +3,7 @@ base = '⚠️ **An internal error has occurred.** Please notify my master! 🐺
class Left(Exception): pass class Left(Exception): pass
class Right(Exception): pass class Right(Exception): pass
class Save(Exception): pass class Save(Exception): pass
class Exists(Exception): pass
class PostError(Exception): pass class PostError(Exception): pass
class ImageError(Exception): pass class ImageError(Exception): pass
class MatchError(Exception): pass class MatchError(Exception): pass