관리-도구
편집 파일: UnclosedComment.php
<?php namespace Egulias\EmailValidator\Exception; class UnclosedComment extends InvalidEmail { const CODE = 146; const REASON = "No colosing comment token found"; }