TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Security\Exception Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Security\Exception:
TYPO3\CMS\Extbase\Exception Tx_Extbase_Security_Exception TYPO3\CMS\Extbase\Security\Exception\InvalidArgumentForHashGenerationException TYPO3\CMS\Extbase\Security\Exception\InvalidArgumentForRequestHashGenerationException TYPO3\CMS\Extbase\Security\Exception\InvalidHashException TYPO3\CMS\Extbase\Security\Exception\SyntacticallyWrongRequestHashException Tx_Extbase_Security_Exception_InvalidArgumentForHashGeneration Tx_Extbase_Security_Exception_InvalidArgumentForRequestHashGeneration Tx_Extbase_Security_Exception_InvalidHash Tx_Extbase_Security_Exception_SyntacticallyWrongRequestHash

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! A hash service which should be used to generate and validate hashes.

It will use some salt / encryption key in the future.

http://www.gnu.org/licenses/lgpl.html GNU Lesser Public License, version 3 or later

Definition at line 23 of file Exception.php.