Pu Zhibing
2024-12-25 389b7f3b7025c62a0b723da8b26a3869fe5ecb40
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 {
}