From 74848c2e7f94ef227437b9016f0632ef480995a0 Mon Sep 17 00:00:00 2001 From: temp Date: Mon, 5 May 2008 20:05:57 +0000 Subject: [PATCH] added missing exception git-svn-id: svn://netflint.net/xmpphp@37 ef36c318-a008-4979-b6e8-6b496270793b --- XMPPHP/Exception.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 XMPPHP/Exception.php diff --git a/XMPPHP/Exception.php b/XMPPHP/Exception.php new file mode 100755 index 0000000..6f65d78 --- /dev/null +++ b/XMPPHP/Exception.php @@ -0,0 +1,39 @@ + + * @author Stephan Wentz + * @copyright Copyright (C) 2008 Nathanael C. Fritz + */ + +/** + * XMPPHP Exception + * + * @category xmpphp + * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz + * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @version $Id$ + */ +class XMPPHP_Exception extends Exception { +}