Searched refs:LogicException (Results 1 – 1 of 1) sorted by relevance
22 class LogicException : public ExceptionBase { class26 LogicException(const std::string r) : ExceptionBase(), reason(r) { } in LogicException() function in fuzzing::exception::LogicException