We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132c1e3 commit 4651b57Copy full SHA for 4651b57
kotlinx-coroutines-core/common/src/Dispatched.kt
@@ -270,7 +270,7 @@ internal abstract class DispatchedTask<in T>(
270
val cause = exception ?: finallyException
271
val reason = CoroutinesInternalError("Fatal exception in coroutines machinery for $this. " +
272
"Please read KDoc to 'handleFatalException' method and report this incident to maintainers", cause!!)
273
- handleExceptionViaHandler(this.delegate.context, reason)
+ handleCoroutineException(this.delegate.context, reason)
274
}
275
276
0 commit comments