Raised when a registry operation with the archiving and unpacking registries fails
| 87 | """Raised when an archive cannot be read""" |
| 88 | |
| 89 | class RegistryError(Exception): |
| 90 | """Raised when a registry operation with the archiving |
| 91 | and unpacking registries fails""" |
| 92 | |
| 93 | class _GiveupOnFastCopy(Exception): |
| 94 | """Raised as a signal to fallback on using raw read()/write() |
no outgoing calls
no test coverage detected
searching dependent graphs…