Cancelled

data class Cancelled(val exception: CancellationException) : ExitCase(source)

Constructors

Link copied to clipboard
fun Cancelled(exception: CancellationException)

Properties

Link copied to clipboard
val exception: CancellationException