No key entry found in the config of repository {}.
| 67 | |
| 68 | |
| 69 | class RepoKeyNotFoundError(Error): |
| 70 | """No key entry found in the config of repository {}.""" |
| 71 | |
| 72 | exit_mcode = 44 |
| 73 | |
| 74 | |
| 75 | class UnsupportedKeyFormatError(Error): |
no outgoing calls
no test coverage detected