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

Method __init__

fast_graphrag/_exceptions.py:4–6  ·  view source on GitHub ↗
(self, message: str = "Invalid storage operation")

Source from the content-addressed store, hash-verified

2 """Exception raised for errors in the storage operations."""
3
4 def __init__(self, message: str = "Invalid storage operation"):
5 self.message = message
6 super().__init__(self.message)
7
8
9class InvalidStorageUsageError(Exception):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected