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

12 lines
157 B
PHP

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