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

com.github.leeonky.dal.runtime.ErrorHook Maven / Gradle / Ivy

package com.github.leeonky.dal.runtime;

import com.github.leeonky.util.ThrowingSupplier;

public interface ErrorHook {
    void handle(ThrowingSupplier input, String code, Throwable error);
}