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