Source set: Android
class ResourceResolutionException(message: String, cause: Throwable) :
RuntimeException(message, cause)
Throwable that is thrown in situations where a resource failed to load.
Throwable that is thrown in situations where a resource failed to load.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
class ResourceResolutionException(message: String, cause: Throwable) :
RuntimeException(message, cause)
Throwable that is thrown in situations where a resource failed to load.
Last updated: