All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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