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

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

The newest version!
package coursier.install.error

abstract class InstallDirException(message: String, cause: Throwable = null)
    extends Exception(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy