Promote CancellationException to stable #KT-41837
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
package kotlin.coroutines.cancellation
|
||||
|
||||
@ExperimentalStdlibApi
|
||||
@SinceKotlin("1.4")
|
||||
public actual open class CancellationException : IllegalStateException {
|
||||
actual constructor() : super()
|
||||
|
||||
Reference in New Issue
Block a user