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

scala.reflect.internal.FatalError.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
/* NSC -- new Scala compiler
 * Copyright 2005-2012 LAMP/EPFL
 * @author  Martin Odersky
 */
package scala.reflect.internal
case class FatalError(msg: String) extends Exception(msg)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy