Current File : /home/itiffy/www/vendor/egulias/email-validator/EmailValidator/Exception/UnopenedComment.php
<?php

namespace Egulias\EmailValidator\Exception;

class UnopenedComment extends InvalidEmail
{
    const CODE = 152;
    const REASON = "No opening comment token found";
}