Files
faveo/vendor/egulias/email-validator/src/Exception/UnopenedComment.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

10 lines
174 B
PHP

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