Support flashvars.
[htmlpurifier.git] / library / HTMLPurifier / Exception.php
blobbe85b4c560e04ffed27885d7dddaba6450b12059
1 <?php
3 /**
4 * Global exception class for HTML Purifier; any exceptions we throw
5 * are from here.
6 */
7 class HTMLPurifier_Exception extends Exception
12 // vim: et sw=4 sts=4