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:53–54 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
51
""
"LLM API-related errors."
""
52
53
def
__init__(self, message: str):
54
super().__init__(message, EXIT_API_ERROR)
55
56
57
class
FileSystemError(CodeWikiError):
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected