Home
last modified time | relevance | path

Searched refs:CoroutinesInternalError (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DExceptions.common.kt28 internal class CoroutinesInternalError(message: String, cause: Throwable) : Error(message, cause) class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFailingCoroutinesMachineryTest.kt143 val firstCondition = e is CoroutinesInternalError && e.cause is TestException in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt144 val reason = CoroutinesInternalError("Fatal exception in coroutines machinery for $this. " + in handleFatalException()