MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / error

Method error

lib/utils/sgmllib.py:112–113  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

110 self.goahead(1)
111
112 def error(self, message):
113 raise SGMLParseError(message)
114
115 # Internal -- handle data as far as reasonable. May leave state
116 # and data to be processed by a subsequent call. If 'end' is

Callers 15

goaheadMethod · 0.95
parse_piMethod · 0.95
parse_starttagMethod · 0.95
mainFunction · 0.45
dbgtool.pyFile · 0.45
mainFunction · 0.45
serverFunction · 0.45
_clientFunction · 0.45
clientFunction · 0.45
purgeFunction · 0.45
startFunction · 0.45

Calls 1

SGMLParseErrorClass · 0.85

Tested by 4

vulnTestFunction · 0.36
smokeTestFunction · 0.36
_Function · 0.36
dnsTestFunction · 0.36