Common
class ComposeTimeoutException(message: String?) : Throwable(message)
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.
RevenueCat
Add subscriptions to your apps in minutes
class ComposeTimeoutException(message: String?) : Throwable(message)
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.