Files
CRM/customerportal/include/htmlpurify/library/HTMLPurifier/Exception.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

13 lines
201 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