Invalid key data for repository {} found in {}.
| 55 | |
| 56 | |
| 57 | class KeyfileInvalidError(Error): |
| 58 | """Invalid key data for repository {} found in {}.""" |
| 59 | |
| 60 | exit_mcode = 40 |
| 61 | |
| 62 | |
| 63 | class KeyfileMismatchError(Error): |
no outgoing calls
no test coverage detected