UserException no longer is a logged exception
authorAlexander Ebert <ebert@woltlab.com>
Sun, 14 Apr 2013 21:40:07 +0000 (23:40 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 14 Apr 2013 21:40:07 +0000 (23:40 +0200)
wcfsetup/install/files/lib/system/exception/UserException.class.php

index e06cf5386381fced39c413480609222407a10a0e..46782e295b441fdc847ba143d92ac9ad5ee8deee 100644 (file)
@@ -6,13 +6,13 @@ use wcf\system\WCF;
  * A UserException is thrown when a user gives invalid input data.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.exception
  * @category   Community Framework
  */
-abstract class UserException extends LoggedException implements IPrintableException {
+abstract class UserException extends \Exception implements IPrintableException {
        /**
         * @see wcf\system\exception\IPrintableException::show()
         */