Home
last modified time | relevance | path

Searched refs:handlerException (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineExceptionHandler.kt28 handleUncaughtCoroutineException(context, handlerException(exception, t)) in handleCoroutineException()
35 internal fun handlerException(originalException: Throwable, thrownException: Throwable): Throwable { in handlerException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DCoroutineExceptionHandlerImpl.common.kt42 propagateExceptionFinalResort(handlerException(exception, t)) in ensurePlatformExceptionHandlerLoaded()