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