ok
Direktori : /home2/selectio/public_html/3-idiots/vendor/egulias/email-validator/src/Exception/ |
Current File : /home2/selectio/public_html/3-idiots/vendor/egulias/email-validator/src/Exception/NoLocalPart.php |
<?php namespace Egulias\EmailValidator\Exception; class NoLocalPart extends InvalidEmail { const CODE = 130; const REASON = "No local part"; }