?iť?

Your IP : 18.119.121.88


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

<?php

namespace Egulias\EmailValidator\Warning;

class QuotedString extends Warning
{
    const CODE = 11;

    public function __construct($prevToken, $postToken)
    {
        $this->message = "Quoted String found between $prevToken and $postToken";
    }
}