whyclxw
2025-05-29 9ea99f6d46caf6d5c896c6ea07a835933f23867c
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}