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

Class OptionNotFoundException

lib/config/config.h:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24class OptionNotFoundException : public OptionException
25{
26public:
27 OptionNotFoundException(const std::string& message):
28 OptionException(message)
29 {
30 }
31};
32
33class InvalidOptionException : public OptionException
34{

Callers 1

findOptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected