first commit
This commit is contained in:
6
exceptions.py
Normal file
6
exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class AuthException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class OperationFailed(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user