MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / RunHookError

Class RunHookError

commitizen/exceptions.py:241–244  ·  view source on GitHub ↗

An error occurred during a hook execution

Source from the content-addressed store, hash-verified

239
240
241class RunHookError(CommitizenException):
242 """An error occurred during a hook execution"""
243
244 exit_code = ExitCode.RUN_HOOK_FAILED
245
246
247class VersionProviderUnknown(CommitizenException):

Callers 1

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…