[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 70 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
http_exception:: (3 methods):
__construct()
getStatusCode()
getHeaders()
Class: http_exception - X-Ref
Class http_exception__construct($status_code, $message = "", array $parameters = array() X-Ref |
Constructor param: integer $status_code The http status code. param: string $message The Exception message to throw (must be a language variable). param: array $parameters The parameters to use with the language var. param: \Exception $previous The previous exception used for the exception chaining. param: array $headers Additional headers to set in the response. param: integer $code The Exception code. |
getStatusCode() X-Ref |
{@inheritdoc} |
getHeaders() X-Ref |
{@inheritdoc} |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |