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