mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
15 lines
176 B
Python
15 lines
176 B
Python
class NotFoundError(Exception):
|
|
pass
|
|
|
|
|
|
class GroupInfoNotFound(Exception):
|
|
pass
|
|
|
|
|
|
class EmptyError(Exception):
|
|
pass
|
|
|
|
|
|
class UserAndGroupIsNone(Exception):
|
|
pass
|