![JAR search and dependency download from the Maven repository](/logo.png)
net.redpipe.engine.util.RedpipeUtil Maven / Gradle / Ivy
package net.redpipe.engine.util;
public class RedpipeUtil {
public static Ret rethrow(Throwable cause) throws T {
throw (T)cause;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy