Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ __init__
Method
__init__
sdk-python/src/graphlite_sdk/error.py:63–64 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
61
class
ConnectionError(GraphLiteError):
62
""
"Connection errors"
""
63
def
__init__(self, message: str):
64
super().__init__(f
"Connection error: {message}"
)
65
66
class
IoError(GraphLiteError):
67
""
"I/O errors"
""
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected