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