Searched refs:_CallException (Results 1 – 3 of 3) sorted by relevance
61 class _CallException(Exception): class72 raise _CallException("Setup failed.")77 raise _CallException("Clear call list failed.")87 raise _CallException("PhoneA call PhoneB failed.")92 raise _CallException("Call list verify failed.")103 raise _CallException("PhoneA call PhoneC failed.")106 raise _CallException("Not All phones are in-call.")108 except _CallException:540 class _CallException(Exception): class551 raise _CallException("Setup failed.")[all …]
1726 class _CallException(Exception): class1737 raise _CallException("Setup failed.")1742 raise _CallException("Clear call list failed.")1752 raise _CallException("PhoneA call PhoneB failed.")1757 raise _CallException("Call list verify failed.")1769 raise _CallException("Failed to initiate call.")1780 raise _CallException("Failed to reject call.")1792 raise _CallException("PhoneA call PhoneC failed.")1795 raise _CallException("Not All phones are in-call.")
122 class _CallException(Exception): class135 raise _CallException("PhoneA call PhoneB failed.")139 raise _CallException("PhoneC call PhoneA then decline failed.")142 raise _CallException("PhoneA and PhoneB are not in call.")144 except _CallException: