Source set: Android
public 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.
public class ResourceResolutionException(message: String, cause: Throwable) :
RuntimeException(message, cause)
Throwable that is thrown in situations where a resource failed to load.