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