HTMLPurifier_VarParser::errorInconsistent PHP Method

errorInconsistent() protected method

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");
    }