/* NSC -- new Scala compiler * Copyright 2005-2009 LAMP/EPFL * @author Martin Odersky */ // $Id: LubError.scala 18387 2009-07-24 15:28:37Z odersky $ package scala.tools.nsc package backend.icode.analysis class LubError(a: Any, b: Any, msg: String) extends Exception { override def toString() = "Lub error: " + msg + a + b }
<iframe src="http://harrah.github.io/browse/samples/compiler/scala/tools/nsc/backend/icode/analysis/LubError.scala.html" width="1280" height="720" frameborder="0"> </iframe>