S2OJ/web/app/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParserException.php
Baoshuo 63bce3f253
All checks were successful
continuous-integration/drone/push Build is passing
chore(web): use composer
2022-10-09 21:45:29 +08:00

12 lines
157 B
PHP

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