MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / ValidationError

Method ValidationError

include/CLI/Error.hpp:224–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected