ammonite.interp.api.AmmoniteExit.scala Maven / Gradle / Ivy
The newest version!
package ammonite.interp.api
import scala.util.control.ControlThrowable
/**
* Thrown to exit the REPL cleanly
*/
case class AmmoniteExit(value: Any) extends ControlThrowable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy