@@ -5,7 +5,8 @@ package cloud.tianai.captcha.common.exception;
|
||||
* @date 2022/5/7 9:04
|
||||
* @Description 图片验证码异常
|
||||
*/
|
||||
public class ImageCaptchaException extends RuntimeException{
|
||||
public class ImageCaptchaException extends RuntimeException {
|
||||
|
||||
public ImageCaptchaException() {
|
||||
}
|
||||
|
||||
@@ -24,4 +25,5 @@ public class ImageCaptchaException extends RuntimeException{
|
||||
public ImageCaptchaException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
|
||||
super(message, cause, enableSuppression, writableStackTrace);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user