Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/CodeWiki
/ __init__
Method
__init__
codewiki/cli/utils/errors.py:46–47 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
44
""
"Repository-related errors."
""
45
46
def
__init__(self, message: str):
47
super().__init__(message, EXIT_REPOSITORY_ERROR)
48
49
50
class
APIError(CodeWikiError):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected