mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-03 22:57:14 +08:00 
			
		
		
		
	refactor: 将全局异常处理器未知异常的异常类型从 Exception 调整为 Throwable
This commit is contained in:
		@@ -50,5 +50,5 @@ public class LogContext implements Serializable {
 | 
			
		||||
    /**
 | 
			
		||||
     * 异常信息
 | 
			
		||||
     */
 | 
			
		||||
    private Exception exception;
 | 
			
		||||
    private Throwable exception;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user