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