Path : /var/www/clients/client0/web25/web/vendor/egulias/email-validator/src/Warning/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/clients/client0/web25/web/vendor/egulias/email-validator/src/Warning/CFWSWithFWS.php |
<?php namespace Egulias\EmailValidator\Warning; class CFWSWithFWS extends Warning { const CODE = 18; public function __construct() { $this->message = 'Folding whites space followed by folding white space'; } }