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