summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/NonLocalReturnException.scala
blob: e2e39071c2721b7243f9ffeb26a28fcb0f04eb9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2010, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */



package scala.runtime

import scala.util.control.ControlThrowable

/** !!! This class has been replaced by NonLocalReturnControl and should be deleted.
 *  But, it can't be deleted until starr is updated to use the new name.
 */
class NonLocalReturnException[T](val key: AnyRef, val value: T) extends ControlThrowable