File "LocalOrReservedDomain.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Exception/LocalOrReservedDomain.php
File size: 198 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Egulias\EmailValidator\Exception;
class LocalOrReservedDomain extends InvalidEmail
{
const CODE = 153;
const REASON = 'Local, mDNS or reserved domain (RFC2606, RFC6762)';
}