| 222 | CLI11_ERROR_DEF(ParseError, ValidationError) |
| 223 | CLI11_ERROR_SIMPLE(ValidationError) |
| 224 | explicit ValidationError(std::string name, std::string msg) : ValidationError(name + ": " + msg) {} |
| 225 | }; |
| 226 | |
| 227 | /// Thrown when a required option is missing |
nothing calls this directly
no outgoing calls
no test coverage detected