?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/egulias/email-validator/src/Exception/



?? Go up: /home/webdevt/prestashop17/vendor/egulias/email-validator/src

?? Viewing: DomainHyphened.php

<?php

namespace Egulias\EmailValidator\Exception;

class DomainHyphened extends InvalidEmail
{
    const CODE = 144;
    const REASON = "Hyphen found in domain";
}


??

??