PointerEventTimeoutCancellationException

Class

Common
expect class PointerEventTimeoutCancellationException(time: Long) : CancellationException

An exception thrown from AwaitPointerEventScope.withTimeout when the execution time of the coroutine is too long.

Jvm
actual class PointerEventTimeoutCancellationException actual constructor(time: Long) :
    CancellationException("Timed out waiting for $time ms")