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