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

Method __init__

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

Source from the content-addressed store, hash-verified

16class GraphLiteCoreError(GraphLiteError):
17 """Error from the core GraphLite library"""
18 def __init__(self, message: str):
19 super().__init__(f"GraphLite error: {message}")
20
21class SessionError(GraphLiteError):
22 """Session-related errors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected