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