ResourceResolutionException
class ResourceResolutionException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | androidx.compose.ui.res.ResourceResolutionException |
Throwable that is thrown in situations where a resource failed to load.
Summary
Public constructors |
|---|
ResourceResolutionException(message: String, cause: Throwable) |
Inherited functions |
|---|
Public constructors
ResourceResolutionException
Added in 1.6.0
ResourceResolutionException(message: String, cause: Throwable)