| Current Path : /var/www/html/eva.sumar.com.py/vendor/egulias/email-validator/src/Exception/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/egulias/email-validator/src/Exception/CRLFAtTheEnd.php |
<?php
namespace Egulias\EmailValidator\Exception;
class CRLFAtTheEnd extends InvalidEmail
{
const CODE = 149;
const REASON = "CRLF at the end";
}