Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3873 class GeneratorException : public std::exception { class
3877 GeneratorException(const char* msg): in GeneratorException() function in Catch::GeneratorException
4119 … Catch::throw_exception(GeneratorException("No valid value found in filtered generator")); in FilterGenerator()
4255 … Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk")); in ChunkGenerator()
4664 … Catch::throw_exception(GeneratorException("IteratorGenerator received no valid values")); in IteratorGenerator()
10801 const char* GeneratorException::what() const noexcept { in what()