Home
last modified time | relevance | path

Searched defs:LogicException (Results 1 – 1 of 1) sorted by relevance

/external/flac/oss-fuzz/fuzzing/
Dexception.hpp45 class LogicException : public ExceptionBase { class
49 LogicException(const std::string r) : ExceptionBase(), reason(r) { } in LogicException() function in fuzzing::exception::LogicException