BlockUntilRenderTimeoutException

class BlockUntilRenderTimeoutException(wrapped: TimeoutCancellationException) : Exception(source)

Exception thrown when blockUntilRenderWhen times out.

We wrap the TimeoutCancellationException because this is an exception that we want to not get swallowed by the coroutine machinery. This way, if a test fails due to a timeout, we can see the stack trace and debug it.

Constructors

Link copied to clipboard
constructor(wrapped: TimeoutCancellationException)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?