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

package scala.tools.nsc
package plugins

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