File "ExpectingATEXT.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Exception/ExpectingATEXT.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Egulias\EmailValidator\Exception;
class ExpectingATEXT extends InvalidEmail
{
const CODE = 137;
const REASON = "Expecting ATEXT";
}