diff options
Diffstat (limited to 'inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php')
-rw-r--r-- | inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php b/inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php deleted file mode 100644 index 82e465d6..00000000 --- a/inc/3rdparty/htmlpurifier/HTMLPurifier/VarParserException.php +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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 | ||