We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7c614 commit 9f635e9Copy full SHA for 9f635e9
kotlinx-coroutines-test/common/src/TestCoroutineScope.kt
@@ -107,11 +107,6 @@ private class TestCoroutineScopeImpl(
107
}
108
109
110
-internal class ExceptionReportAfterCleanup(cause: Throwable) : IllegalStateException(
111
- "Attempting to report an uncaught exception after the test coroutine scope was already cleaned up",
112
- cause
113
-)
114
-
115
private fun CoroutineContext.activeJobs(): Set<Job> {
116
return checkNotNull(this[Job]).children.filter { it.isActive }.toSet()
117
0 commit comments