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