From: Alexander Ebert Date: Fri, 4 Nov 2011 14:03:47 +0000 (+0100) Subject: Fixed typo X-Git-Tag: 2.0.0_Beta_1~1621^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=54ca2f38131fa5be24a48a201bb5ebc5f4907f41;p=GitHub%2FWoltLab%2FWCF.git Fixed typo --- 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.