Resolve language item-related PIP GUI todos
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / package / SplitNodeException.class.php
1 <?php
2 namespace wcf\system\package;
3
4 /**
5 * SplitNodeException is not a real exception, it is abused as a work-around for
6 * poor class design :(
7 *
8 * @author Alexander Ebert
9 * @copyright 2001-2018 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 * @package WoltLabSuite\Core\System\Exception
12 */
13 class SplitNodeException extends \Exception { }