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

ammonite.interp.api.AmmoniteExit.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-M0-67-83057fea
Show 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 - 2024 Weber Informatics LLC | Privacy Policy