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