Raised when an archive cannot be read
| 84 | |
| 85 | |
| 86 | class ReadError(OSError): |
| 87 | """Raised when an archive cannot be read""" |
| 88 | |
| 89 | class RegistryError(Exception): |
| 90 | """Raised when a registry operation with the archiving |
no outgoing calls
no test coverage detected
searching dependent graphs…