gmarche/vendor/egulias/email-validator/EmailValidator/Exception/UnclosedComment.php

10 lines
175 B
PHP

<?php
namespace Egulias\EmailValidator\Exception;
class UnclosedComment extends InvalidEmail
{
const CODE = 146;
const REASON = "No colosing comment token found";
}