Searched refs:ReadError (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dcpiofile.py68 class ReadError(CpioError): class in inherits:CpioError
219 raise ReadError("not a gzip file")
584 except ReadError:
661 except (ReadError, CompressionError):
663 raise ReadError("file could not be opened successfully")
709 raise ReadError("not a gzip file")
739 raise ReadError("not a bzip2 file")
779 raise ReadError("read/write via 7z failed")
831 raise ReadError("empty, unreadable or compressed file")

Completed in 15 milliseconds