Searched refs:TargetException (Results 1 – 2 of 2) sorted by relevance
33 class TargetException : public ExceptionBase { class37 TargetException(const std::string r) : ExceptionBase(), reason(r) { } in TargetException() function in fuzzing::exception::TargetException
65 throw new TargetException(); in getField()