S2OJ/web/app/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.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

13 lines
177 B
PHP

<?php
/**
* Global exception class for HTML Purifier; any exceptions we throw
* are from here.
*/
class HTMLPurifier_Exception extends Exception
{
}
// vim: et sw=4 sts=4