| 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/UnopenedComment.php |
<?php
namespace Egulias\EmailValidator\Exception;
class UnopenedComment extends InvalidEmail
{
const CODE = 152;
const REASON = "No opening comment token found";
}