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

Class SGMLParseError

lib/utils/sgmllib.py:46–48  ·  view source on GitHub ↗

Exception raised for all parse errors.

Source from the content-addressed store, hash-verified

44
45
46class SGMLParseError(RuntimeError):
47 """Exception raised for all parse errors."""
48 pass
49
50
51# SGML parser base class -- find tags and call handler functions.

Callers 1

errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…