whycxzp
2022-09-06 ad7ccac4654e84a303f13666e12b2306a3fc788b
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}