Home
last modified time | relevance | path

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

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