Searched refs:ArchiveError (Results 1 – 6 of 6) sorted by relevance
46 class ArchiveError : public std::runtime_error49 ArchiveError(int errCode): std::runtime_error(mz_error(errCode)){} in ArchiveError() function
244 throw Exceptions::ArchiveError(MZ_DATA_ERROR); in extract_suite()255 throw Exceptions::ArchiveError(MZ_DATA_ERROR); in extract_suite()
49 class ArchiveError(Exception): class51 super(ArchiveError, self).__init__(msg)
57 raise exceptions.ArchiveError(64 raise exceptions.ArchiveError(
41 raise exceptions.ArchiveError(
194 exceptions.ArchiveError, dependency_manager_util.VerifySafeArchive,