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

Method OptionSpecException

Source/Utils/cxxopts.hpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 public:
394
395 explicit OptionSpecException(const std::string& message)
396 : OptionException(message)
397 {
398 }
399 };
400
401 class OptionParseException : public OptionException

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected