whycxzp
2023-12-22 059f92c876540e505226b59d2184fdec0f9e13e7
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}