]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/LRDD/extlib/XML/XRD/LogicException.php
Implemented WebFinger and replaced our XRD with PEAR XML_XRD
[quix0rs-gnu-social.git] / plugins / LRDD / extlib / XML / XRD / LogicException.php
diff --git a/plugins/LRDD/extlib/XML/XRD/LogicException.php b/plugins/LRDD/extlib/XML/XRD/LogicException.php
new file mode 100644 (file)
index 0000000..6729b70
--- /dev/null
@@ -0,0 +1,30 @@
+<?php
+/**
+ * Part of XML_XRD
+ *
+ * PHP version 5
+ *
+ * @category XML
+ * @package  XML_XRD
+ * @author   Christian Weiske <cweiske@php.net>
+ * @license  http://www.gnu.org/copyleft/lesser.html LGPL
+ * @link     http://pear.php.net/package/XML_XRD
+ */
+
+require_once 'XML/XRD/Exception.php';
+
+/**
+ * XML_XRD exception that's thrown when something is not supported
+ *
+ * @category XML
+ * @package  XML_XRD
+ * @author   Christian Weiske <cweiske@php.net>
+ * @license  http://www.gnu.org/copyleft/lesser.html LGPL
+ * @version  Release: @package_version@
+ * @link     http://pear.php.net/package/XML_XRD
+ */
+class XML_XRD_LogicException extends LogicException implements XML_XRD_Exception
+{
+}
+
+?>
\ No newline at end of file