관리-도구
편집 파일: ConsecutiveDot.php
<?php namespace Egulias\EmailValidator\Exception; class ConsecutiveDot extends InvalidEmail { const CODE = 132; const REASON = "Consecutive DOT"; }