summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dotnet-library/scala/runtime/NonLocalReturnException.scala17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/runtime/NonLocalReturnException.scala b/src/dotnet-library/scala/runtime/NonLocalReturnException.scala
new file mode 100644
index 0000000000..a0eb335b5f
--- /dev/null
+++ b/src/dotnet-library/scala/runtime/NonLocalReturnException.scala
@@ -0,0 +1,17 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2002-2007, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+\* */
+
+// $Id: NonLocalReturnException.scala 15604 2008-07-24 09:56:59Z phaller $
+
+
+package scala.runtime
+
+
+import Predef.RuntimeException
+
+class NonLocalReturnException[T](val key: AnyRef, val value: T) extends RuntimeException