Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DCoroutineExceptionHandlerImpl.common.kt35 } catch (_: ExceptionSuccessfullyProcessed) { in ensurePlatformExceptionHandlerLoaded()
68 internal object ExceptionSuccessfullyProcessed : Exception() object
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DExceptionCollector.kt83 throw ExceptionSuccessfullyProcessed in handleException()