MCPcopy Create free account
hub / github.com/circlemind-ai/fast-graphrag / __init__

Method __init__

fast_graphrag/_exceptions.py:12–14  ·  view source on GitHub ↗
(self, message: str = "Invalid usage of the storage")

Source from the content-addressed store, hash-verified

10 """Exception raised for errors in the usage of the storage."""
11
12 def __init__(self, message: str = "Invalid usage of the storage"):
13 self.message = message
14 super().__init__(self.message)
15
16
17class LLMServiceNoResponseError(Exception):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected