Пример #1
0
	/**
	 * @see	wcf\system\exception\NamedUserException::show();
	 */
	public function show() {
		@header('HTTP/1.0 404 Not Found');
		parent::show();
	}
 /**
  * Creates a new InvalidSecurityTokenException object.
  */
 public function __construct()
 {
     parent::__construct(WCF::getLanguage()->get('wcf.ajax.error.sessionExpired'));
 }