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