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