diff options
Diffstat (limited to 'inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php')
-rw-r--r-- | inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php b/inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php new file mode 100644 index 00000000..82e465d6 --- /dev/null +++ b/inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php | |||
@@ -0,0 +1,11 @@ | |||
1 | <?php | ||
2 | |||
3 | /** | ||
4 | * Exception type for HTMLPurifier_VarParser | ||
5 | */ | ||
6 | class HTMLPurifier_VarParserException extends HTMLPurifier_Exception | ||
7 | { | ||
8 | |||
9 | } | ||
10 | |||
11 | // vim: et sw=4 sts=4 | ||