Searched refs:GeneratorException (Results 1 – 1 of 1) sorted by relevance
3873 class GeneratorException : public std::exception { class3877 GeneratorException(const char* msg): in GeneratorException() function in Catch::GeneratorException4119 … 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()