Searched refs:ExecInterruptedError (Results 1 – 3 of 3) sorted by relevance
90 class ExecInterruptedError(QMPError): class204 _PendingT = Union[Message, ExecInterruptedError]331 ExecInterruptedError("Disconnected")462 if isinstance(result, ExecInterruptedError):
35 from .qmp_client import ExecInterruptedError, ExecuteError, QMPClient
42 from .qmp_client import ExecInterruptedError, QMPClient208 except ExecInterruptedError as err: