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