관리-도구
편집 파일: CRNoLF.php
<?php namespace Egulias\EmailValidator\Exception; class CRNoLF extends InvalidEmail { const CODE = 150; const REASON = "Missing LF after CR"; }