Skip to content

Commit

Permalink
Add missed file for interop
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jul 7, 2013
1 parent 3ad22fa commit 80e2674
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.perl6.nqp.runtime;

/** Throw this to propagate a specific Java exception into Javaland. */
public class JavaCallinException extends ControlException {
public JavaCallinException(Throwable raw) { initCause(raw); }
}

0 comments on commit 80e2674

Please sign in to comment.