TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Error\Exception Class Reference
Inheritance diagram for TYPO3\CMS\Core\Error\Exception:
TYPO3\CMS\Core\Exception t3lib_error_Exception TYPO3\CMS\Core\Error\Http\StatusException t3lib_error_http_StatusException TYPO3\CMS\Core\Error\Http\AbstractClientErrorException TYPO3\CMS\Core\Error\Http\AbstractServerErrorException t3lib_error_http_AbstractClientErrorException TYPO3\CMS\Core\Error\Http\BadRequestException TYPO3\CMS\Core\Error\Http\ForbiddenException TYPO3\CMS\Core\Error\Http\PageNotFoundException TYPO3\CMS\Core\Error\Http\UnauthorizedException t3lib_error_http_AbstractServerErrorException TYPO3\CMS\Core\Error\Http\ServiceUnavailableException t3lib_error_http_BadRequestException t3lib_error_http_ForbiddenException t3lib_error_http_PageNotFoundException t3lib_error_http_UnauthorizedException t3lib_error_http_ServiceUnavailableException

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! An exception which represents a PHP error.

This file is a backport from FLOW3

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 23 of file Exception.php.