?iť?

Your IP : 18.217.104.118


Current Path : /home/scgforma/www/soctest/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Exception/
Upload File :
Current File : /home/scgforma/www/soctest/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Exception/DotAtStart.php

<?php

namespace Egulias\EmailValidator\Exception;

class DotAtStart extends InvalidEmail
{
    const CODE = 141;
    const REASON = "Found DOT at start";
}