summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/io/FileOperationException.scala
blob: f23658efbc4e75dbbb96e2738745657f970338fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2003-2011, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */


package scala.tools.nsc
package io

case class FileOperationException(msg: String) extends RuntimeException(msg)