Fixed class extension
authorAlexander Ebert <ebert@woltlab.com>
Fri, 10 Feb 2012 18:09:41 +0000 (19:09 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 10 Feb 2012 18:09:41 +0000 (19:09 +0100)
wcfsetup/install/files/lib/system/package/SplitNodeException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/package/SplitNodeException.php [deleted file]

diff --git a/wcfsetup/install/files/lib/system/package/SplitNodeException.class.php b/wcfsetup/install/files/lib/system/package/SplitNodeException.class.php
new file mode 100644 (file)
index 0000000..ebbe729
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+namespace wcf\system\package;
+
+/**
+ * SplitNodeException is not a real exception, it is abused as a work-around for poor class design :(
+ * 
+ * @author     Alexander Ebert
+ * @copyright  2001-2012 WoltLab GmbH
+ * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package    com.woltlab.wcf
+ * @subpackage system.exception
+ * @category   Community Framework
+ */
+class SplitNodeException extends \Exception { }
diff --git a/wcfsetup/install/files/lib/system/package/SplitNodeException.php b/wcfsetup/install/files/lib/system/package/SplitNodeException.php
deleted file mode 100644 (file)
index ebbe729..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-namespace wcf\system\package;
-
-/**
- * SplitNodeException is not a real exception, it is abused as a work-around for poor class design :(
- * 
- * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
- * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf
- * @subpackage system.exception
- * @category   Community Framework
- */
-class SplitNodeException extends \Exception { }