MCPcopy Create free account
hub / github.com/nodejs/node / AbortException

Class AbortException

deps/v8/tools/testrunner/local/pool.py:34–36  ·  view source on GitHub ↗

Indicates early abort on SIGINT, SIGTERM or internal hard timeout.

Source from the content-addressed store, hash-verified

32
33
34class AbortException(Exception):
35 """Indicates early abort on SIGINT, SIGTERM or internal hard timeout."""
36 pass
37
38
39class NormalResult():

Callers 1

handle_sigtermFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected