DependencyLoadingException
class DependencyLoadingException(path: String, dependency: String, cause: Throwable) : AssetStorageException
This exception can be thrown when accessing Deferred instances returned by AsyncAssetManager. It occurs when an asset scheduled for asynchronous loading cannot be loaded due to the cause exception thrown during a dependency loading.