Fixed typo
authorAlexander Ebert <ebert@woltlab.com>
Fri, 4 Nov 2011 14:03:47 +0000 (15:03 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 4 Nov 2011 14:03:47 +0000 (15:03 +0100)
wcfsetup/install/files/lib/system/exception/LoggedException.class.php

index 6c06b2c846c0361aaa105d7a378a65334fe07b77..2b332ab4ba432bd07adb4dbe3279312def00fe8d 100644 (file)
@@ -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.