File "DotAtStart.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Exception/DotAtStart.php
File size: 157 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Egulias\EmailValidator\Exception;
class DotAtStart extends InvalidEmail
{
const CODE = 141;
const REASON = "Found DOT at start";
}