6 lines
183 B
Plaintext
Vendored
6 lines
183 B
Plaintext
Vendored
import kotlin.coroutines.cancellation.CancellationException
|
|
|
|
// "Add 'CancellationException::class'" "true"
|
|
|
|
@Throws(Error::class, CancellationException::class)
|
|
suspend fun addCE() {} |