whycxzp
2022-10-17 04d13e3a41ef798e07c25c1d3ad2002270a9cb76
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}