27 using std::runtime_error::runtime_error;
36 void user_error(
bool condition, std::string
const& message);
Exception for user-facing input validation errors.
Definition UserError.hpp:25
Definition Benchmark.hpp:22
void user_error(bool condition, std::string const &message)
Throw a UserError if the condition is false.