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