Skip to content

Commit 0b28774

Browse files
committed
fixup! Do not report exceptions raised in CoroutineDispatcher.dispatch as internal errors
Fix test: add new exception to the list of known exceptions
1 parent 9587c35 commit 0b28774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-testing/src/jvmCoreTest/kotlin/ListAllCoroutineThrowableSubclassesTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class ListAllCoroutineThrowableSubclassesTest {
2626
"kotlinx.coroutines.internal.DiagnosticCoroutineContextException",
2727
"kotlinx.coroutines.internal.ExceptionSuccessfullyProcessed",
2828
"kotlinx.coroutines.CoroutinesInternalError",
29+
"kotlinx.coroutines.DispatchException",
2930
"kotlinx.coroutines.channels.ClosedSendChannelException",
3031
"kotlinx.coroutines.channels.ClosedReceiveChannelException",
3132
"kotlinx.coroutines.flow.internal.ChildCancelledException",

0 commit comments

Comments
 (0)