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