Exception raised for all parse errors.
| 44 | |
| 45 | |
| 46 | class SGMLParseError(RuntimeError): |
| 47 | """Exception raised for all parse errors.""" |
| 48 | pass |
| 49 | |
| 50 | |
| 51 | # SGML parser base class -- find tags and call handler functions. |
no outgoing calls
no test coverage detected
searching dependent graphs…