coursier.install.error.LauncherNotFound.scala Maven / Gradle / Ivy
The newest version!
package coursier.install.error
import java.nio.file.Path
final class LauncherNotFound(val path: Path) extends InstallDirException(s"$path not found")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy