MCPcopy Index your code
hub / github.com/dataease/SQLBot / SingleMessageError

Class SingleMessageError

backend/common/error.py:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class SingleMessageError(Exception):
2 def __init__(self, message):
3 super().__init__(message)
4 self.message = message
5
6 def __str__(self):
7 return self.message
8
9
10class SQLBotDBConnectionError(Exception):

Callers 6

__init__Method · 0.90
select_datasourceMethod · 0.90
check_sqlMethod · 0.90
check_save_chartMethod · 0.90
validate_history_dsMethod · 0.90
get_es_data_by_httpFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected