* @package com.woltlab.wcf * @subpackage system.exception * @category Community Framework */ class InvalidSecurityTokenException extends NamedUserException { /** * Creates a new InvalidSecurityTokenException object. */ public function __construct() { parent::__construct(WCF::getLanguage()->get('wcf.ajax.error.sessionExpired')); } }