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