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

com.mofum.scope.common.error.ThrowableHandler Maven / Gradle / Ivy

There is a newer version: 2.0.0.RELEASE
Show newest version
package com.mofum.scope.common.error;

/**
 * 异常处理器
 *
 * @author [email protected]
 * @since 2019-03-27
 **/
public interface ThrowableHandler {

    void handler(Throwable e) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy