| Current Path : /var/www/html/xfacil.desafio.com.py/vendor/egulias/email-validator/src/Exception/ |
| Current File : /var/www/html/xfacil.desafio.com.py/vendor/egulias/email-validator/src/Exception/ExpectingCTEXT.php |
<?php
namespace Egulias\EmailValidator\Exception;
class ExpectingCTEXT extends InvalidEmail
{
const CODE = 139;
const REASON = "Expecting CTEXT";
}