mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2025-06-08 09:46:07 +08:00
11 lines
148 B
Python
11 lines
148 B
Python
class WeChatVersionNotMatchError(Exception):
|
|
pass
|
|
|
|
|
|
class WeChatBindError(Exception):
|
|
pass
|
|
|
|
|
|
class WeChatNotLoginError(Exception):
|
|
pass
|