kotlin · kotlin/CancellationException
CancellationException
CancellationException
Thrown when a coroutine is cancelled. This exception is treated specially by the coroutines library: it does not propagate to parent coroutines and is silently swallowed by most coroutine builders. Catching it without rethrowing will suppress cancellation.