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