Pu Zhibing
2025-02-10 24c1f8a945c6fbcb0968e9d78cf97e74f2677802
1
2
3
4
5
6
7
8
9
10
package com.stylefeng.guns.core.common.exception;
 
/**
 * 验证码错误异常
 *
 * @author fengshuonan
 * @date 2017-05-05 23:52
 */
public class InvalidKaptchaException extends RuntimeException {
}