Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
class
RegistryError(Exception):
80
""
"Base registry exception."
""
81
pass
82
83
84
class
RegistryNotFound(RegistryError):
Callers
1
register_project
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected