lxw
2023-09-22 14677dc629070ff3176029e1bfcf2ec3110ec692
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}