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