whyclxw
2024-04-15 54e6b27497acb26d2fca4908b92e7e43251c448d
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}