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

Class CommitError

commitizen/exceptions.py:154–157  ·  view source on GitHub ↗

git commit error

Source from the content-addressed store, hash-verified

152
153
154class CommitError(CommitizenException):
155 """git commit error"""
156
157 exit_code = ExitCode.COMMIT_ERROR
158
159
160class NoCommitBackupError(CommitizenException):

Callers 1

__call__Method · 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…