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

scala.scalanative.build.BuildException.scala Maven / Gradle / Ivy

There is a newer version: 0.5.5
Show newest version
package scala.scalanative.build

/** Exception that is thrown when a Scala Native build fails. */
final class BuildException(message: String) extends Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy