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

<?php

namespace Egulias\EmailValidator\Exception;

class CRLFX2 extends InvalidEmail
{
    const CODE = 148;
    const REASON = "Folding whitespace CR LF found twice";
}


??

??