mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 08:16:03 +00:00
refactor: 命令处理基础
This commit is contained in:
12
pkg/command/errors.py
Normal file
12
pkg/command/errors.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
class CommandError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class CommandNotFoundError(CommandError):
|
||||
pass
|
||||
|
||||
|
||||
class CommandPrivilegeError(CommandError):
|
||||
pass
|
||||
Reference in New Issue
Block a user