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

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

The newest version!
package coursier.install.error

import java.nio.file.Path

final class NotAnApplication(val path: Path)
    extends InstallDirException(s"File $path wasn't installed by cs install")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy