mirror of
https://github.com/exituser/prosto-sms-python.git
synced 2026-09-17 04:58:58 +00:00
added main files
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class ApiException(Exception):
|
||||
def __init__(self, value):
|
||||
self.value = value
|
||||
|
||||
def __str__(self):
|
||||
return repr(self.value)
|
||||
|
||||
|
||||
class NoAuthData(ApiException):
|
||||
pass
|
||||
|
||||
|
||||
class ApiError(ApiException):
|
||||
pass
|
||||
Reference in New Issue
Block a user