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