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