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