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.kt29 handleCoroutineExceptionImpl(context, handlerException(exception, t)) in handleCoroutineExceptionImpl()
36 internal fun handlerException(originalException: Throwable, thrownException: Throwable): Throwable { in handlerException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineExceptionHandlerImpl.kt33 …entThread.uncaughtExceptionHandler.uncaughtException(currentThread, handlerException(exception, t)) in handleCoroutineExceptionImpl()