MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / InapplicableOptionException

Class InapplicableOptionException

lib/config/config.h:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41class InapplicableOptionException : public OptionException
42{
43public:
44 InapplicableOptionException(const std::string& message):
45 OptionException(message)
46 {
47 }
48};
49
50class InapplicableValueException : public ErrorException
51{

Callers 2

validateAndThrowMethod · 0.85
checkOptionValidMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected