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

Method spError

SIP/SIPParse.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 SipParseLine() {}
155
156 virtual void spError(const char *msg) {
157 LOG(ERR) << "SIP Parse error "<<msg<<" in line:"<<currentLine;
158 throw SipParseError();
159 }
160
161 void skipSpace()
162 {

Callers

nothing calls this directly

Calls 1

SipParseErrorClass · 0.85

Tested by

no test coverage detected