| Current Path : /var/www/html/eva.sumar.com.py/vendor/egulias/email-validator/src/Exception/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/egulias/email-validator/src/Exception/ExpectingAT.php |
<?php
namespace Egulias\EmailValidator\Exception;
class ExpectingAT extends InvalidEmail
{
const CODE = 202;
const REASON = "Expecting AT '@' ";
}