File "CRLFAtTheEnd.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Exception/CRLFAtTheEnd.php
File size: 156 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Egulias\EmailValidator\Exception;
class CRLFAtTheEnd extends InvalidEmail
{
const CODE = 149;
const REASON = "CRLF at the end";
}