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