View file vendor/egulias/email-validator/src/Exception/CRLFAtTheEnd.php

File size: 156B
<?php

namespace Egulias\EmailValidator\Exception;

class CRLFAtTheEnd extends InvalidEmail
{
    const CODE = 149;
    const REASON = "CRLF at the end";
}