1 | <?php |
||
16 | class GetExceptionResponseEvent extends RpcResponseEvent |
||
17 | { |
||
18 | /** @var \Exception */ |
||
19 | private $exception; |
||
20 | |||
21 | 4 | public function __construct(HttpKernelInterface $kernel, RequestInterface $request, \Exception $exception) |
|
26 | |||
27 | /** @return \Exception */ |
||
28 | 4 | public function getException() |
|
32 | } |
||
33 |