MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / CLIParseError

Class CLIParseError

CLI/CLI.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81struct CLIParseError {
82 string msg;
83 CLIParseError(string wMsg) : msg(wMsg) {}
84};
85
86
87

Callers 1

cliParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected