Composables UI is out: our new component library for Compose Multiplatform ->
Class

ResourceResolutionException

Throwable that is thrown in situations where a resource failed to load.

Source set: Android
class ResourceResolutionException(message: String, cause: Throwable) :
    RuntimeException(message, cause)

Throwable that is thrown in situations where a resource failed to load.

Last updated: