he wei
2023-12-01 26ed3b259b5df82f2815ce3c1a911f146562737d
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}