com.neko233.toolchain.action.actionChain.ExceptionAction Maven / Gradle / Ivy
package com.neko233.toolchain.action.actionChain;
@FunctionalInterface
public interface ExceptionAction {
void handleException(Throwable e);
}
package com.neko233.toolchain.action.actionChain;
@FunctionalInterface
public interface ExceptionAction {
void handleException(Throwable e);
}