| 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/CommaInDomain.php |
<?php
namespace Egulias\EmailValidator\Exception;
class CommaInDomain extends InvalidEmail
{
const CODE = 200;
const REASON = "Comma ',' is not allowed in domain part";
}