MCPcopy
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
78class 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_idMethod · 0.90
get_chat_recordMethod · 0.90
is_valid_chat_userMethod · 0.90
re_open_chatMethod · 0.90
executeMethod · 0.90
get_applicationMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected