]> git.mxchange.org Git - friendica.git/blobdiff - library/HTMLPurifier/Exception.php
Update HTMLPurifier to v4.7.0
[friendica.git] / library / HTMLPurifier / Exception.php
diff --git a/library/HTMLPurifier/Exception.php b/library/HTMLPurifier/Exception.php
deleted file mode 100644 (file)
index be85b4c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * Global exception class for HTML Purifier; any exceptions we throw
- * are from here.
- */
-class HTMLPurifier_Exception extends Exception
-{
-
-}
-
-// vim: et sw=4 sts=4