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

com.github.azbh111.starter.exception.GlobalExceptionHandler Maven / Gradle / Ivy

The newest version!
package com.github.azbh111.starter.exception;

import java.util.Map;

/**
 * 提供这个bean来处理 mvc/@Async/@Scheduled 异常
 *
 * @author pyz
 * @date 2019/11/21 10:55 上午
 */
public interface GlobalExceptionHandler {
    void handle(Throwable throwable, Map context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy