1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-01-23 16:11:54 +00:00
S2OJ/web/app/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParserException.php

12 lines
157 B
PHP

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