MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / HookError

Class HookError

src/codegraphcontext/cli/hook_manager.py:16–17  ·  view source on GitHub ↗

Raised when hook installation cannot proceed safely.

Source from the content-addressed store, hash-verified

14
15
16class HookError(RuntimeError):
17 """Raised when hook installation cannot proceed safely."""
18
19
20@dataclass(frozen=True)

Callers 4

find_git_repositoryFunction · 0.85
install_hooksFunction · 0.85
_read_worktree_gitdirFunction · 0.85
_run_gitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected