1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-12 20:36:42 +00:00
2018-09-20 17:21:40 +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