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

Method CLIParseError

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected