* 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()
*/