Searched refs:ProcessWasInterrupted (Results 1 – 1 of 1) sorted by relevance
40 class ProcessWasInterrupted(Exception): pass class in SigintHandler73 raise self.ProcessWasInterrupted358 except sigint_handler.ProcessWasInterrupted: