MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / ConfigurationError

Class ConfigurationError

codewiki/cli/utils/errors.py:36–40  ·  view source on GitHub ↗

Configuration-related errors.

Source from the content-addressed store, hash-verified

34
35
36class ConfigurationError(CodeWikiError):
37 """Configuration-related errors."""
38
39 def __init__(self, message: str):
40 super().__init__(message, EXIT_CONFIG_ERROR)
41
42
43class RepositoryError(CodeWikiError):

Callers 8

loadMethod · 0.90
saveMethod · 0.90
validate_urlFunction · 0.90
validate_api_keyFunction · 0.90
validate_model_nameFunction · 0.90
config_setFunction · 0.90
generate_commandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected