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

Class SipParseError

SIP/SIPParse.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using namespace Control;
33
34struct SipParseError : public std::exception {
35 SipParseError() { LOG(DEBUG) << "SipParseError"; }
36 virtual const char *what() const throw() {
37 return "SipParseError";
38 }
39};
40
41
42// endpos is the index of one char past the end of the string, eg, of the trailing nul.

Callers 2

spErrorMethod · 0.85
spErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected