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