2008-03-01 17:06:23 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Global exception class for HTML Purifier; any exceptions we throw
|
|
|
|
* are from here.
|
|
|
|
*/
|
|
|
|
class HTMLPurifier_Exception extends Exception
|
|
|
|
{
|
2008-12-06 07:28:20 +00:00
|
|
|
|
2008-03-01 17:06:23 +00:00
|
|
|
}
|
|
|
|
|
2008-12-06 09:24:59 +00:00
|
|
|
// vim: et sw=4 sts=4
|