/* NSC -- new Scala compiler
 * Copyright 2005-2009 LAMP/EPFL
 * @author  Martin Odersky
 */

// $Id: CheckerError.scala 18387 2009-07-24 15:28:37Z odersky $

package scala.tools.nsc
package backend
package icode

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