summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/plugins/PluginLoadException.scala
blob: 5a147f51898096d42eac9b5a0108afa70e459eb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* NSC -- new Scala compiler
 * Copyright 2007-2009 LAMP/EPFL
 * @author Lex Spoon
 */
// $Id$

package scala.tools.nsc.plugins

/** ...
 *
 * @author Lex Spoon
 * @version 1.0, 2007-5-21
 */
class PluginLoadException(filename: String, cause: Exception)
extends Exception(cause)