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

Method OptionException

Source/Utils/cxxopts.hpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 {
374 public:
375 explicit OptionException(std::string message)
376 : m_message(std::move(message))
377 {
378 }
379
380 CXXOPTS_NODISCARD
381 const char*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected