lxw
2023-08-27 b95a38eddc78e39bd82237e794ae30fe6e19b8cc
1
2
3
4
5
6
7
package com.whyc.exception;
 
/**
 * 自定义异常,备用
 */
public class DefinedException extends RuntimeException{
}