mirror of
https://github.com/myned/modufur.git
synced 2024-12-23 22:27:27 +00:00
Added Exists exception class
This commit is contained in:
parent
de967d68cb
commit
a9b7689760
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue