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

Method CliError

SGSNGGSN/SgsnCli.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24struct CliError {
25 string mMessage;
26 CliError(string wMessage) : mMessage(wMessage) {}
27};
28
29struct CliErrorBadNumArgs : CliError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected