Promote CancellationException to stable #KT-41837

This commit is contained in:
Abduqodiri Qurbonzoda
2020-10-22 02:00:30 +03:00
parent caafe21e84
commit 2fd7d64db0
5 changed files with 0 additions and 9 deletions
@@ -5,7 +5,6 @@
package kotlin.coroutines.cancellation
@ExperimentalStdlibApi
@SinceKotlin("1.4")
public actual open class CancellationException : IllegalStateException {
actual constructor() : super()