✨ 添加全局异常消息通知、实现钉钉发送异常消息通知
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
package com.hccake.ballcat.common.core.exception.handler;
|
||||
|
||||
/**
|
||||
* @author Hccake
|
||||
* @version 1.0
|
||||
* @date 2019/10/18 17:06
|
||||
* 默认的异常日志处理类
|
||||
*/
|
||||
public class DefaultGlobalExceptionHandler implements GlobalExceptionHandler {
|
||||
/**
|
||||
* 在此处理日志
|
||||
* 默认什么都不处理
|
||||
* @param throwable 异常信息
|
||||
*/
|
||||
@Override
|
||||
public void handle(Throwable throwable) {}
|
||||
}
|
||||
Reference in New Issue
Block a user