initial
This commit is contained in:
6
exceptions.py
Normal file
6
exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class InvalidToken(Exception):
|
||||
def __init__(self, *args):
|
||||
pass
|
||||
|
||||
def __str__(self):
|
||||
return "Токен недействителен"
|
||||
Reference in New Issue
Block a user