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