mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-02 07:40:28 +00:00
插件启动接入
This commit is contained in:
4
pilot/commands/exception_not_commands.py
Normal file
4
pilot/commands/exception_not_commands.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class NotCommands(Exception):
|
||||
def __init__(self, message, error_code):
|
||||
super().__init__(message)
|
||||
self.error_code = error_code
|
Reference in New Issue
Block a user