| 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/CharNotAllowed.php |
<?php
namespace Egulias\EmailValidator\Exception;
class CharNotAllowed extends InvalidEmail
{
const CODE = 201;
const REASON = "Non allowed character in domain";
}