mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 11:52:18 +00:00
5 lines
85 B
Python
5 lines
85 B
Python
|
class VaildateUIDError(Exception):
|
||
|
pass
|
||
|
|
||
|
class UIDNotFounded(Exception):
|
||
|
pass
|