From b7515c5d9c5fc3c622376818570c05a03c74fe17 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sat, 27 May 2017 20:33:11 +0200 Subject: managing-ui: initial commit added possibility to manage uploaded files simple php ui to delete uploaded files --- managing-ui/lib/xmpp/Exception.php | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 managing-ui/lib/xmpp/Exception.php (limited to 'managing-ui/lib/xmpp/Exception.php') diff --git a/managing-ui/lib/xmpp/Exception.php b/managing-ui/lib/xmpp/Exception.php new file mode 100644 index 0000000..4023a4e --- /dev/null +++ b/managing-ui/lib/xmpp/Exception.php @@ -0,0 +1,41 @@ + + * @author Stephan Wentz + * @author Michael Garvin + * @author Alexander Birkner (https://github.com/BirknerAlex) + * @copyright 2008 Nathanael C. Fritz + */ +/** + * XMPPHP Main Class + * + * @category xmpphp + * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz + * @author Michael Garvin + * @copyright 2008 Nathanael C. Fritz + * @version $Id$ + */ +class XMPPException extends \Exception { +} -- cgit v1.2.3