| 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/ExpectingDTEXT.php |
<?php
namespace Egulias\EmailValidator\Exception;
class ExpectingDTEXT extends InvalidEmail
{
const CODE = 129;
const REASON = "Expected DTEXT";
}