Files
bendtstudio0-static/pancake/system/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php
2025-11-26 13:22:58 -05:00

13 lines
177 B
PHP
Executable File

<?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