Current version cannot be found in `version_files`
| 140 | |
| 141 | |
| 142 | class CurrentVersionNotFoundError(CommitizenException): |
| 143 | """Current version cannot be found in `version_files`""" |
| 144 | |
| 145 | exit_code = ExitCode.CURRENT_VERSION_NOT_FOUND |
| 146 | |
| 147 | |
| 148 | class NoAnswersError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…