whycxzp
2022-08-24 b7e7e5bc76ee661a71d1a89acc6ff3333b496cdf
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}