PerryHsu
2022-12-18 0d0ab69d42bcfcd3a980405a0d06bbe51a3564eb
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}