‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Error\Http\ShortcutTargetPageNotFoundException Class Reference
Inheritance diagram for TYPO3\CMS\Core\Error\Http\ShortcutTargetPageNotFoundException:
TYPO3\CMS\Core\Error\Http\PageNotFoundException TYPO3\CMS\Core\Error\Http\AbstractClientErrorException TYPO3\CMS\Core\Error\Http\StatusException TYPO3\CMS\Core\Error\Exception TYPO3\CMS\Core\Exception

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Error\Http\PageNotFoundException
 __construct ($message=null, $code=0)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Error\Http\StatusException
 __construct ($statusHeaders, $message, $title='', $code=0)
 
 setTitle ($title)
 
string getTitle ()
 
array getStatusHeaders ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Error\Http\PageNotFoundException
array $statusHeaders = array( HttpUtility::HTTP_STATUS_404 )
 
string $title = 'Page Not Found (404)'
 
string $message = 'The page you tried to access was not found.'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Error\Http\StatusException
array $statusHeaders
 
string $title = 'Oops, an error occurred!'
 

Detailed Description

Exception when a shortcut target page could not be resolved

Definition at line 23 of file ShortcutTargetPageNotFoundException.php.