All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coursier.install.error.DownloadError.scala Maven / Gradle / Ivy

The newest version!
package coursier.install.error

final class DownloadError(val url: String, cause: Throwable = null)
    extends InstallDirException(s"Error downloading $url", cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy