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