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