Files
fast_response/admin/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00: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