From 8868f3f6308a32334076824ed5ed16e66f5eae28 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 Apr 2013 23:40:07 +0200 Subject: [PATCH] UserException no longer is a logged exception --- .../files/lib/system/exception/UserException.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/exception/UserException.class.php b/wcfsetup/install/files/lib/system/exception/UserException.class.php index e06cf53863..46782e295b 100644 --- a/wcfsetup/install/files/lib/system/exception/UserException.class.php +++ b/wcfsetup/install/files/lib/system/exception/UserException.class.php @@ -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 * @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() */ -- 2.20.1