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