Path : /var/www/html/mini-moneyexchange/vendor/egulias/email-validator/src/Result/Reason/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/mini-moneyexchange/vendor/egulias/email-validator/src/Result/Reason/LabelTooLong.php |
<?php namespace Egulias\EmailValidator\Result\Reason; class LabelTooLong implements Reason { public function code() : int { return 245; } public function description() : string { return 'Domain "label" is longer than 63 characters'; } }