MCPcopy Index your code
hub / github.com/apache/groovy / blowup

Method blowup

benchmark/bench/except.java:66–72  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

64 }
65
66 public static void blowup(int n) throws Hi_Exception, Lo_Exception {
67 if ((n % 2) == 0) {
68 throw new Lo_Exception(n);
69 } else {
70 throw new Hi_Exception(n);
71 }
72 }
73}

Callers 1

lo_functionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected