Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp106 class CInArchiveException {}; class
108 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1273 catch(CInArchiveException &) { return S_FALSE; } in ReadDatabase()