Home
last modified time | relevance | path

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

/external/flac/oss-fuzz/fuzzing/
Dexception.hpp33 class TargetException : public ExceptionBase { class
37 TargetException(const std::string r) : ExceptionBase(), reason(r) { } in TargetException() function in fuzzing::exception::TargetException
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs65 throw new TargetException(); in getField()