File indexing completed on 2024-04-28 05:58:53

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