lxw
2023-01-13 0e57be0f11cd0fd439cd8e8b7f3490e65404ad2d
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}