/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
egulias
/
email-validator
/
src
/
Warning
/
Upload File
HOME
<?php namespace Egulias\EmailValidator\Warning; class CFWSNearAt extends Warning { const CODE = 49; public function __construct() { $this->message = "Deprecated folding white space near @"; } }