MCPcopy Create free account
hub / github.com/codefuse-ai/ModelCache / NotFoundError

Class NotFoundError

modelcache_mm/utils/error.py:17–20  ·  view source on GitHub ↗

Raise when getting an unsupported store.

Source from the content-addressed store, hash-verified

15 super().__init__("The cache remove error")
16
17class NotFoundError(CacheError):
18 """Raise when getting an unsupported store."""
19 def __init__(self, store_type, current_type_name):
20 super().__init__(f"Unsupported ${store_type}: {current_type_name}")
21
22
23class ParamError(CacheError):

Callers 2

getMethod · 0.90
getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected