Path : /var/www/html/solarwindia/vendor/egulias/email-validator/src/Exception/ |
Current File : /var/www/html/solarwindia/vendor/egulias/email-validator/src/Exception/ExpectingDTEXT.php |
<?php namespace Egulias\EmailValidator\Exception; class ExpectingDTEXT extends InvalidEmail { const CODE = 129; const REASON = "Expected DTEXT"; }