Home | History | Annotate | Download | only in 7z

Lines Matching defs:ThrowException

121 static void ThrowException() { throw CInArchiveException(); }

122 static inline void ThrowEndOfData() { ThrowException(); }
124 static inline void ThrowIncorrect() { ThrowException(); }