summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode/CheckerError.scala
blob: 083ae6f6f54d3c72c070bb4abb1795366530dfb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* NSC -- new Scala compiler
 * Copyright 2005-2009 LAMP/EPFL
 * @author  Martin Odersky
 */

// $Id$

package scala.tools.nsc.backend.icode

class CheckerError(s: String) extends Exception(s)