Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Panel-dev/MaxKB
/ ChatException
Class
ChatException
apps/common/exception/app_exception.py:78–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
class
ChatException(AppApiException):
79
status_code = 500
80
81
def
__init__(self, code, message):
82
self.code = code
83
self.message = message
Callers
7
is_valid_chat_id
Method · 0.90
is_valid_application_simple
Method · 0.90
get_chat_record
Method · 0.90
is_valid_chat_user
Method · 0.90
re_open_chat
Method · 0.90
execute
Method · 0.90
get_application
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected