Lines Matching refs:throw_exception
3878 void throw_exception(Ex const& e) {
3883 void throw_exception(std::exception const& e);
4171 Catch::throw_exception(GeneratorException("No valid value found in filtered generator"));
4312 Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk"));
4724 Catch::throw_exception(GeneratorException("IteratorGenerator received no valid values"));
6893 Catch::throw_exception(optimized_away_error{});
10532 void throw_exception(std::exception const& e) {
10541 throw_exception(std::logic_error(msg));
10546 throw_exception(std::domain_error(msg));
10551 throw_exception(std::runtime_error(msg));