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