use wcf\system\WCF;
/**
- * A PermissionDeniedException is thrown when a user has no permission to access to a specific area.
+ * A PermissionDeniedException is thrown when a user has no permission to access
+ * to a specific area.
*
* @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
*/
class PermissionDeniedException extends UserException {
/**
- * Creates a new IllegalLinkException object.
+ * Creates a new PermissionDeniedException object.
*/
public function __construct() {
parent::__construct(WCF::getLanguage()->get('wcf.global.error.permissionDenied'));