Files
pancake/system/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php
Tim Bendt 6b9ef7ca55 first
2025-11-25 00:16:35 -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