Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
egulias
/
email-validator
/
src
/
Exception
:
DotAtEnd.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Egulias\EmailValidator\Exception; class DotAtEnd extends InvalidEmail { const CODE = 142; const REASON = "Dot at the end"; }