package net.querz.mca; @FunctionalInterface public interface ExceptionFunction { R accept(T t) throws E; }