mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-03 20:58:11 +02:00
[3.1.0] Implement ConfigSchema interchange
- Implement exception hierarchy git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1582 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
11
library/HTMLPurifier/Exception.php
Normal file
11
library/HTMLPurifier/Exception.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Global exception class for HTML Purifier; any exceptions we throw
|
||||
* are from here.
|
||||
*/
|
||||
class HTMLPurifier_Exception extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user