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