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