Promote CancellationException to stable #KT-41837
(cherry picked from commit c2e2763308f7b40dc87876ce223a667741f05413)
This commit is contained in:
committed by
Stanislav Erokhin
parent
773bb38a66
commit
d2ef5ebb51
-1
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
package kotlin.coroutines.cancellation
|
package kotlin.coroutines.cancellation
|
||||||
|
|
||||||
@ExperimentalStdlibApi
|
|
||||||
@SinceKotlin("1.4")
|
@SinceKotlin("1.4")
|
||||||
public actual open class CancellationException : IllegalStateException {
|
public actual open class CancellationException : IllegalStateException {
|
||||||
actual constructor() : super()
|
actual constructor() : super()
|
||||||
|
|||||||
Reference in New Issue
Block a user