aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/htmlpurifier/HTMLPurifier/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/3rdparty/htmlpurifier/HTMLPurifier/Exception.php')
-rw-r--r--inc/3rdparty/htmlpurifier/HTMLPurifier/Exception.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/Exception.php b/inc/3rdparty/htmlpurifier/HTMLPurifier/Exception.php
deleted file mode 100644
index defe157e..00000000
--- a/inc/3rdparty/htmlpurifier/HTMLPurifier/Exception.php
+++ /dev/null
@@ -1,12 +0,0 @@
1<?php
2
3/**
4 * Global exception class for HTML Purifier; any exceptions we throw
5 * are from here.
6 */
7class HTMLPurifier_Exception extends Exception
8{
9
10}
11
12// vim: et sw=4 sts=4