TYPO3  7.6
List of all members
AbstractClientErrorException Class Reference
Inheritance diagram for AbstractClientErrorException:
StatusException Exception Exception BadRequestException ForbiddenException PageNotFoundException UnauthorizedException

Additional Inherited Members

- Public Member Functions inherited from StatusException
 __construct ($statusHeaders, $message, $title= '', $code=0)
 
 setTitle ($title)
 
 getTitle ()
 
 getStatusHeaders ()
 
- Protected Attributes inherited from StatusException
 $statusHeaders
 
 $title = 'Oops, an error occurred!'
 

Detailed Description

HTTP Client Error Exception (Error 4xx)

Definition at line 20 of file AbstractClientErrorException.php.