Raised when an archive cannot be read
| 72 | """Raised when a command could not be executed""" |
| 73 | |
| 74 | class ReadError(OSError): |
| 75 | """Raised when an archive cannot be read""" |
| 76 | |
| 77 | class RegistryError(Exception): |
| 78 | """Raised when a registry operation with the archiving |
no outgoing calls
no test coverage detected