Files
ZangShiQi/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParserException.php
2026-04-04 17:27:12 +08:00

12 lines
168 B
PHP
Executable File

<?php
/**
* Exception type for HTMLPurifier_VarParser
*/
class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
{
}
// vim: et sw=4 sts=4