CancellationException
open
class
CancellationException
:
IllegalStateException
(Common source) (JS source) (Native source)
Thrown by cancellable suspending functions if the coroutine is cancelled while it is suspended. It indicates normal cancellation of a coroutine.