Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ public class ManyVarsDynamicScope extends DynamicScope {
.findConstructor(ManyVarsDynamicScope.class, MethodType.methodType(void.class, StaticScope.class, DynamicScope.class))
.asType(MethodType.methodType(DynamicScope.class, StaticScope.class, DynamicScope.class));
} catch (Exception e) {
throw new RuntimeException("BUG: could not initialize constructor handle");
throw new RuntimeException("BUG: could not initialize constructor handle", e);
}
}

0 comments on commit 9aad929

Please sign in to comment.