Files
w4rpservices/vendor/egulias/email-validator/EmailValidator/Exception/UnopenedComment.php
2018-10-15 00:37:28 -05:00

10 lines
174 B
PHP

<?php
namespace Egulias\EmailValidator\Exception;
class UnopenedComment extends InvalidEmail
{
const CODE = 152;
const REASON = "No opening comment token found";
}