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:39–40 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
37
""
"Configuration-related errors."
""
38
39
def
__init__(self, message: str):
40
super().__init__(message, EXIT_CONFIG_ERROR)
41
42
43
class
RepositoryError(CodeWikiError):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected