Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: