Searched refs:CoroutinesInternalError (Results 1 – 3 of 3) sorted by relevance
28 internal class CoroutinesInternalError(message: String, cause: Throwable) : Error(message, cause) class
143 val firstCondition = e is CoroutinesInternalError && e.cause is TestException in <lambda>()
144 val reason = CoroutinesInternalError("Fatal exception in coroutines machinery for $this. " + in handleFatalException()