pyrcf.core.exceptions ===================== .. py:module:: pyrcf.core.exceptions Exceptions ---------- .. autoapisummary:: pyrcf.core.exceptions.PyRCFExceptionBase pyrcf.core.exceptions.CtrlLoopExitSignal pyrcf.core.exceptions.UIException pyrcf.core.exceptions.NotConnectedError Module Contents --------------- .. py:exception:: PyRCFExceptionBase Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: CtrlLoopExitSignal Bases: :py:obj:`KeyboardInterrupt` Request to exit the control loop. .. py:exception:: UIException Bases: :py:obj:`OSError` Exceptions relating to user interfaces (UIBase objects). .. py:exception:: NotConnectedError Bases: :py:obj:`UIException` Exception to be thrown when a UI interface could not be detected or was disconnected.