Searched refs:RecoverableTestCancellationException (Results 1 – 4 of 4) sorted by relevance
1 kotlinx.coroutines.RecoverableTestCancellationException8 Caused by: kotlinx.coroutines.RecoverableTestCancellationException
72 val exception = RecoverableTestCancellationException() in <lambda>()
143 channel.cancel(RecoverableTestCancellationException()) in <lambda>()
69 public class RecoverableTestCancellationException(message: String? = null) : CancellationException(… class