File "NoLocalPart.php"
Full Path: /home/isoftco/public_html/hrm/vendor/egulias/email-validator/src/Exception/NoLocalPart.php
File size: 153 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Egulias\EmailValidator\Exception;
class NoLocalPart extends InvalidEmail
{
const CODE = 130;
const REASON = "No local part";
}