Searched refs:_CallException (Results 1 – 2 of 2) sorted by relevance
123 class _CallException(Exception): class134 raise _CallException("Setup failed.")139 raise _CallException("Clear call list failed.")149 raise _CallException("PhoneA call PhoneB failed.")154 raise _CallException("Call list verify failed.")165 raise _CallException("PhoneA call PhoneC failed.")168 raise _CallException("Not All phones are in-call.")170 except _CallException:194 class _CallException(Exception): class205 raise _CallException("Setup failed.")[all …]
145 class _CallException(Exception): class156 raise _CallException("Setup failed.")161 raise _CallException("Clear call list failed.")171 raise _CallException("PhoneA call PhoneB failed.")176 raise _CallException("Call list verify failed.")188 raise _CallException("Failed to initiate call.")199 raise _CallException("Failed to reject call.")211 raise _CallException("PhoneA call PhoneC failed.")214 raise _CallException("Not All phones are in-call.")