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