ok
Direktori : /home2/selectio/public_html/a1tex.in/vendor/egulias/email-validator/src/Exception/ |
Current File : /home2/selectio/public_html/a1tex.in/vendor/egulias/email-validator/src/Exception/NoDNSRecord.php |
<?php namespace Egulias\EmailValidator\Exception; class NoDNSRecord extends InvalidEmail { const CODE = 5; const REASON = 'No MX or A DSN record was found for this email'; }