MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / AIError

Method AIError

include/ai/errors.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class AIError : public std::runtime_error {
18 public:
19 explicit AIError(const std::string& message) : std::runtime_error(message) {}
20 explicit AIError(const char* message) : std::runtime_error(message) {}
21};
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected