ok
Direktori : /home2/selectio/public_html/innerstore/vendor/egulias/email-validator/src/Exception/ |
Current File : /home2/selectio/public_html/innerstore/vendor/egulias/email-validator/src/Exception/DotAtEnd.php |
<?php namespace Egulias\EmailValidator\Exception; class DotAtEnd extends InvalidEmail { const CODE = 142; const REASON = "Dot at the end"; }