MCPcopy Index your code
hub / github.com/RustPython/RustPython / fatalError

Method fatalError

Lib/xml/sax/handler.py:36–38  ·  view source on GitHub ↗

Handle a non-recoverable error.

(self, exception)

Source from the content-addressed store, hash-verified

34 raise exception
35
36 def fatalError(self, exception):
37 "Handle a non-recoverable error."
38 raise exception
39
40 def warning(self, exception):
41 "Handle a warning."

Callers 2

feedMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected