Item Type
Item Name
Search file in folder and subfolders...
<?php namespace Egulias\EmailValidator\Exception; class DotAtEnd extends InvalidEmail { const CODE = 142; const REASON = "Dot at the end"; }