[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 104 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ExceptionDataCollector:: (8 methods):
collect()
hasException()
getException()
getMessage()
getCode()
getStatusCode()
getTrace()
getName()
Class: ExceptionDataCollector - X-Ref
ExceptionDataCollector.collect(Request $request, Response $response, \Exception $exception = null) X-Ref |
{@inheritdoc} |
hasException() X-Ref |
Checks if the exception is not null. return: bool true if the exception is not null, false otherwise |
getException() X-Ref |
Gets the exception. return: \Exception The exception |
getMessage() X-Ref |
Gets the exception message. return: string The exception message |
getCode() X-Ref |
Gets the exception code. return: int The exception code |
getStatusCode() X-Ref |
Gets the status code. return: int The status code |
getTrace() X-Ref |
Gets the exception trace. return: array The exception trace |
getName() X-Ref |
{@inheritdoc} |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |