From 54ca2f38131fa5be24a48a201bb5ebc5f4907f41 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 4 Nov 2011 15:03:47 +0100 Subject: [PATCH] Fixed typo --- .../files/lib/system/exception/LoggedException.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/exception/LoggedException.class.php b/wcfsetup/install/files/lib/system/exception/LoggedException.class.php index 6c06b2c846..2b332ab4ba 100644 --- a/wcfsetup/install/files/lib/system/exception/LoggedException.class.php +++ b/wcfsetup/install/files/lib/system/exception/LoggedException.class.php @@ -12,7 +12,7 @@ namespace wcf\system\exception; * @subpackage system.exception * @category Community Framework */ -class LoggedExceptions extends \Exception { +class LoggedException extends \Exception { /** * Surpresses the original error message, you can bypass this * by setting $raw to true. -- 2.20.1