You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							 | 
							
							package com.ruoyi.common.exception.user; | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							/** | 
						
						
						
						
							 | 
							
							 * 验证码失效异常类 | 
						
						
						
						
							 | 
							
							 *  | 
						
						
						
						
							 | 
							
							 * @author ruoyi | 
						
						
						
						
							 | 
							
							 */ | 
						
						
						
						
							 | 
							
							public class CaptchaExpireException extends UserException | 
						
						
						
						
							 | 
							
							{ | 
						
						
						
						
							 | 
							
							    private static final long serialVersionUID = 1L; | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							    public CaptchaExpireException() | 
						
						
						
						
							 | 
							
							    { | 
						
						
						
						
							 | 
							
							        super("user.jcaptcha.expire", null); | 
						
						
						
						
							 | 
							
							    } | 
						
						
						
						
							 | 
							
							}
 | 
						
						
						
						
							 | 
							
							
 |