MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / RegistryError

Class RegistryError

registry.py:79–81  ·  view source on GitHub ↗

Base registry exception.

Source from the content-addressed store, hash-verified

77# =============================================================================
78
79class RegistryError(Exception):
80 """Base registry exception."""
81 pass
82
83
84class RegistryNotFound(RegistryError):

Callers 1

register_projectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected