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

Class ExcludesError

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

Source from the content-addressed store, hash-verified

299
300/// Thrown when an excludes option is present
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
308class ExtrasError : public ParseError {

Callers 1

_process_requirementsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected