View file vendor/egulias/email-validator/EmailValidator/Exception/UnclosedComment.php
<?php namespace Egulias\EmailValidator\Exception; class UnclosedComment extends InvalidEmail { const CODE = 146; const REASON = "No colosing comment token found"; }