File "CRLFX2.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Exception/CRLFX2.php
File size: 171 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Egulias\EmailValidator\Exception;

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