Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'othersrc/JCLMin1.5/src/java/lang/Error.java')
-rw-r--r--othersrc/JCLMin1.5/src/java/lang/Error.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/othersrc/JCLMin1.5/src/java/lang/Error.java b/othersrc/JCLMin1.5/src/java/lang/Error.java
new file mode 100644
index 000000000..fce0cf072
--- /dev/null
+++ b/othersrc/JCLMin1.5/src/java/lang/Error.java
@@ -0,0 +1,4 @@
+package java.lang;
+
+public class Error extends Throwable {
+}

Back to the top