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

com.neko233.toolchain.action.actionChain.ExceptionAction Maven / Gradle / Ivy

package com.neko233.toolchain.action.actionChain;

@FunctionalInterface
public interface ExceptionAction {

    void handleException(Throwable e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy