File indexing completed on 2025-02-02 05:43:45

0001 <?php
0002 
0003 /**
0004  * Global exception class for HTML Purifier; any exceptions we throw
0005  * are from here.
0006  */
0007 class HTMLPurifier_Exception extends Exception
0008 {
0009 
0010 }
0011 
0012 // vim: et sw=4 sts=4