Home
last modified time | relevance | path

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

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