summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/FatalError.scala
blob: 9026467b3ca612908ee59cb17904df944f6799e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* NSC -- new Scala compiler
 * Copyright 2005-2006 LAMP/EPFL
 * @author  Martin Odersky
 */
// $Id$

package scala.tools.nsc

case class FatalError(msg: String) extends Exception(msg)