HTMLPurifier_VarParser::errorInconsistent PHP Метод

errorInconsistent() защищенный Метод

Throws an inconsistency exception.
protected errorInconsistent ( string $class, integer $type )
$class string
$type integer
    protected function errorInconsistent($class, $type)
    {
        throw new HTMLPurifier_Exception("Inconsistency in {$class}: " . HTMLPurifier_VarParser::getTypeName($type) . " not implemented");
    }