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