]> git.saurik.com Git - cycript.git/blobdiff - Java/Cycript.java
Fix -g/-O on Android and commit all build scripts.
[cycript.git] / Java / Cycript.java
index d2349562c11e84ab146a67dc843033ff05c64af4..cf1cc8e4411c308403685e92318a459521b5b25d 100644 (file)
@@ -1,5 +1,5 @@
-/* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2015  Jay Freeman (saurik)
+/* Cycript - The Truly Universal Scripting Language
+ * Copyright (C) 2009-2016  Jay Freeman (saurik)
 */
 
 /* GNU Affero General Public License, Version 3 {{{ */
@@ -43,6 +43,7 @@ public static native Object handle(long protect, String property, Object[] argum
     throws Throwable;
 
 public static class Wrapper
+    extends RuntimeException
     implements InvocationHandler
 {
     private long protect_;