10 lines
		
	
	
		
			154 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Egulias\EmailValidator\Exception;
 | |
| 
 | |
| class CRNoLF extends InvalidEmail
 | |
| {
 | |
|     const CODE = 150;
 | |
|     const REASON = "Missing LF after CR";
 | |
| }
 | 
