[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 112 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ExceptionDataCollector:: (9 methods):
collect()
reset()
hasException()
getException()
getMessage()
getCode()
getStatusCode()
getTrace()
getName()
Class: ExceptionDataCollector - X-Ref
ExceptionDataCollector.collect(Request $request, Response $response, \Exception $exception = null) X-Ref |
{@inheritdoc} |
reset() 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|FlattenException |
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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |