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

ch.epfl.scala.debugadapter.EvaluationFailed.scala Maven / Gradle / Ivy

package ch.epfl.scala.debugadapter

private[debugadapter] class EvaluationFailed(msg: String) extends Exception(msg) {

  override def toString(): String = {
    s"failed evaluation:\n$msg"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy