Add missing use statement
authorMatthias Schmidt <gravatronics@live.com>
Sat, 16 Feb 2019 11:21:56 +0000 (12:21 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 16 Feb 2019 11:21:56 +0000 (12:21 +0100)
See 40bed660f5daa1addf76ff41975fcead1f14073f

wcfsetup/install/files/lib/action/TAJAXException.class.php

index df3498138ffd5d459bfd56a34fffeb11120add7c..adf836fa0a99f9ac78bd645513aca3082da40969 100644 (file)
@@ -7,10 +7,11 @@ use wcf\system\exception\NamedUserException;
 use wcf\system\exception\PermissionDeniedException;
 use wcf\system\exception\UserInputException;
 use wcf\system\exception\ValidateActionException;
+use wcf\system\WCF;
 
 /**
  * Default implementation for the AJAXException throw method. 
- *
+ * 
  * @author     Alexander Ebert, Joshua Ruesweg
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>