Home
last modified time | relevance | path

Searched refs:CInArchiveException (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1659 catch(CInArchiveException &) in ReadDatabase()