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