MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / __init__

Method __init__

sdk-python/src/graphlite_sdk/error.py:12–14  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

10 Base exception for all GraphLite SDK errors.
11 """
12 def __init__(self, message: str):
13 self.message = message
14 super().__init__(message)
15
16class GraphLiteCoreError(GraphLiteError):
17 """Error from the core GraphLite library"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected