1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-01-30 20:20:00 +00:00

12 lines
157 B
PHP
Raw Normal View History

2016-07-19 00:39:37 +08:00
<?php
/**
* Exception type for HTMLPurifier_VarParser
*/
class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
{
}
// vim: et sw=4 sts=4