Lines Matching defs:ReadError
68 class ReadError(OSError):848 If it's unable to handle an archive, it needs to raise a ReadError877 raise ReadError("%s is not a zip file" % filename)912 raise ReadError(973 raise ReadError("Unknown archive format '{0}'".format(filename))