MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / RepositoryError

Class RepositoryError

codewiki/cli/utils/errors.py:43–47  ·  view source on GitHub ↗

Repository-related errors.

Source from the content-addressed store, hash-verified

41
42
43class RepositoryError(CodeWikiError):
44 """Repository-related errors."""
45
46 def __init__(self, message: str):
47 super().__init__(message, EXIT_REPOSITORY_ERROR)
48
49
50class APIError(CodeWikiError):

Callers 7

__init__Method · 0.90
commit_documentationMethod · 0.90
validate_repositoryFunction · 0.90
check_writable_outputFunction · 0.90
validate_repository_pathFunction · 0.90
generate_commandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected