10 lines
		
	
	
		
			171 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			171 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Egulias\EmailValidator\Exception;
 | |
| 
 | |
| class CRLFX2 extends InvalidEmail
 | |
| {
 | |
|     const CODE = 148;
 | |
|     const REASON = "Folding whitespace CR LF found twice";
 | |
| }
 | 
