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