An error occurred during a hook execution
| 239 | |
| 240 | |
| 241 | class RunHookError(CommitizenException): |
| 242 | """An error occurred during a hook execution""" |
| 243 | |
| 244 | exit_code = ExitCode.RUN_HOOK_FAILED |
| 245 | |
| 246 | |
| 247 | class VersionProviderUnknown(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…