CancellationException
typealias CancellationException = CancellationException (source)Platform and version requirements: JVM
Thrown by cancellable suspending functions if the Job of the coroutine is cancelled while it is suspending.
open class CancellationException : IllegalStateException (source)Platform and version requirements: JS
Constructors
CancellationException(message: String) |