Searched refs:_CallException (Results 1 – 1 of 1) sorted by relevance
120 class _CallException(Exception): class131 raise _CallException("Setup failed.")136 raise _CallException("Clear call list failed.")146 raise _CallException("PhoneA call PhoneB failed.")151 raise _CallException("Call list verify failed.")162 raise _CallException("PhoneA call PhoneC failed.")165 raise _CallException("Not All phones are in-call.")167 except _CallException:191 class _CallException(Exception): class202 raise _CallException("Setup failed.")[all …]