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

com.neko233.toolchain.common.exception.ThrowableHandler Maven / Gradle / Ivy

package com.neko233.toolchain.common.exception;

/**
 * @author SolarisNeko
 * Date on 2023-01-02
 */
@FunctionalInterface
public interface ThrowableHandler {


    void handle(Throwable t);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy