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:504 class _CallException(Exception): class515 raise _CallException("Setup failed.")[all …]
156 class _CallException(Exception): class167 raise _CallException("Setup failed.")172 raise _CallException("Clear call list failed.")182 raise _CallException("PhoneA call PhoneB failed.")187 raise _CallException("Call list verify failed.")199 raise _CallException("Failed to initiate call.")210 raise _CallException("Failed to reject call.")222 raise _CallException("PhoneA call PhoneC failed.")225 raise _CallException("Not All phones are in-call.")
129 class _CallException(Exception): class140 raise _CallException("Setup failed.")145 raise _CallException("Clear call list failed.")155 raise _CallException("PhoneA call PhoneB failed.")160 raise _CallException("Call list verify failed.")172 raise _CallException("Failed to initiate call.")183 raise _CallException("Failed to reject call.")195 raise _CallException("PhoneA call PhoneC failed.")198 raise _CallException("Not All phones are in-call.")