| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 67 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
GetResponseForExceptionEvent:: (3 methods):
__construct()
getException()
setException()
Class: GetResponseForExceptionEvent - X-Ref
Allows to create a response for a thrown exception.| __construct(HttpKernelInterface $kernel, Request $request, $requestType, \Exception $e) X-Ref |
| The exception object. |
| getException() X-Ref |
| Returns the thrown exception. return: \Exception The thrown exception |
| setException(\Exception $exception) X-Ref |
| Replaces the thrown exception. This exception will be thrown if no response is set in the event. param: \Exception $exception The thrown exception |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |