MCPcopy Index your code
hub / github.com/idank/explainshell / FatalExtractionError

Class FatalExtractionError

explainshell/errors.py:84–87  ·  view source on GitHub ↗

Unrecoverable error that should abort the entire run.

Source from the content-addressed store, hash-verified

82
83
84class FatalExtractionError(ExtractionError):
85 """Unrecoverable error that should abort the entire run."""
86
87 pass

Callers 4

_extract_oneFunction · 0.90
run_sequentialFunction · 0.90
callMethod · 0.90
_extractMethod · 0.90

Calls

no outgoing calls

Tested by 1

_extractMethod · 0.72