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