From: Alexander Ebert Date: Fri, 10 Feb 2012 18:09:41 +0000 (+0100) Subject: Fixed class extension X-Git-Tag: 2.0.0_Beta_1~1358^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=42615c14b970a5ce1ecf4ceb763b0444354361bf;p=GitHub%2FWoltLab%2FWCF.git Fixed class extension --- 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 index 0000000000..ebbe7292e0 --- /dev/null +++ b/wcfsetup/install/files/lib/system/package/SplitNodeException.class.php @@ -0,0 +1,14 @@ + + * @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 index ebbe7292e0..0000000000 --- a/wcfsetup/install/files/lib/system/package/SplitNodeException.php +++ /dev/null @@ -1,14 +0,0 @@ - - * @package com.woltlab.wcf - * @subpackage system.exception - * @category Community Framework - */ -class SplitNodeException extends \Exception { }