Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
class OptionNotFoundException : public OptionException
25
{
26
public:
27
OptionNotFoundException(const std::string& message):
28
OptionException(message)
29
{
30
}
31
};
32
33
class InvalidOptionException : public OptionException
34
{
Callers
1
findOption
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected