Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp60 class CUnsupportedFeatureException: public CInArchiveException {}; class
64 static inline void ThrowUnsupported() { throw CUnsupportedFeatureException(); } in ThrowUnsupported()
1654 catch(CUnsupportedFeatureException &) in ReadDatabase()