File "ExpectingCTEXT.php"

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

<?php

namespace Egulias\EmailValidator\Exception;

class ExpectingCTEXT extends InvalidEmail
{
    const CODE = 139;
    const REASON = "Expecting CTEXT";
}