?? 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: CommaInDomain.php

<?php

namespace Egulias\EmailValidator\Exception;

class CommaInDomain extends InvalidEmail
{
    const CODE = 200;
    const REASON = "Comma ',' is not allowed in domain part";
}


??

??