MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / OptionParseException

Method OptionParseException

Source/Utils/cxxopts.hpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 {
403 public:
404 explicit OptionParseException(const std::string& message)
405 : OptionException(message)
406 {
407 }
408 };
409
410 class option_exists_error : public OptionSpecException

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected