?iť?

Your IP : 3.129.42.244


Current Path : /home/s/c/g/scgforma/www/soctest/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Warning/
Upload File :
Current File : /home/s/c/g/scgforma/www/soctest/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Warning/LabelTooLong.php

<?php

namespace Egulias\EmailValidator\Warning;

class LabelTooLong extends Warning
{
    const CODE = 63;

    public function __construct()
    {
        $this->message = 'Label too long';
        $this->rfcNumber = 5322;
    }
}