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