File "ExpectingAT.php"

Full Path: /home/isoftco/public_html/hrm/vendor/egulias/email-validator/src/Exception/ExpectingAT.php
File size: 157 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Egulias\EmailValidator\Exception;

class ExpectingAT extends InvalidEmail
{
    const CODE = 202;
    const REASON = "Expecting AT '@' ";
}