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

Method __init__

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

Source from the content-addressed store, hash-verified

36class SerializationError(GraphLiteError):
37 """Serialization/deserialization errors"""
38 def __init__(self, message: str):
39 super().__init__(f"Serialization error: {message}")
40
41 @classmethod
42 def from_json_error(cls, error: json.JSONDecodeError) -> "SerializationError":

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected