MCPcopy Index your code
hub / github.com/clojure/clojure / sneakyThrow0

Method sneakyThrow0

src/jvm/clojure/lang/Util.java:242–245  ·  view source on GitHub ↗
(Throwable t)

Source from the content-addressed store, hash-verified

240}
241
242@SuppressWarnings("unchecked")
243static private <T extends Throwable> void sneakyThrow0(Throwable t) throws T {
244 throw (T) t;
245}
246
247static public Object loadWithClass(String scriptbase, Class<?> loadFrom) throws IOException, ClassNotFoundException{
248 RT.init();

Callers 1

sneakyThrowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected