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

<?php

namespace Egulias\EmailValidator\Exception;

class CRNoLF extends InvalidEmail
{
    const CODE = 150;
    const REASON = "Missing LF after CR";
}


??

??