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

Method ExcludesError

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

Source from the content-addressed store, hash-verified

301class ExcludesError : public ParseError {
302 CLI11_ERROR_DEF(ParseError, ExcludesError)
303 ExcludesError(std::string curname, std::string subname)
304 : ExcludesError(curname + " excludes " + subname, ExitCodes::ExcludesError) {}
305};
306
307/// Thrown when too many positionals or options are found

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected