Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelsasakisushi.meumercado.app
/
vendor
/
egulias
/
email-validator
/
src
/
Exception
/
Editing: UnopenedComment.php
<?php namespace Egulias\EmailValidator\Exception; class UnopenedComment extends InvalidEmail { const CODE = 152; const REASON = "No opening comment token found"; }
Save
Cancel