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:60–61 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
58
""
"File system-related errors."
""
59
60
def
__init__(self, message: str):
61
super().__init__(message, EXIT_FILESYSTEM_ERROR)
62
63
64
class
IncompleteGenerationError(CodeWikiError):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected