Searched refs:toCancellationException (Results 1 – 4 of 4) sorted by relevance
33 val exception = cause.toCancellationException() in <lambda>()
147 val exception = cause.toCancellationException() in <lambda>()
416 … is Finishing -> state.rootCause?.toCancellationException("$classSimpleName is cancelling") in <lambda>()419 is CompletedExceptionally -> state.cause.toCancellationException() in <lambda>()423 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method623 cancelInternal(cause?.toCancellationException() ?: defaultCancellationException()) in <lambda>()
439 …protected final fun toCancellationException (Ljava/lang/Throwable;Ljava/lang/String;)Ljava/util/co…440 …public static synthetic fun toCancellationException$default (Lkotlinx/coroutines/JobSupport;Ljava/…