blob: a0d2f686329885217494ecc78223897bfbadd6ec [file] [log] [blame] [raw]
package net.querz.nbt;
@FunctionalInterface
public interface ExceptionRunnable<T, E extends Exception> {
T run() throws E;
}