1 | <?php |
||
14 | final class GenerateHttpExceptionResponseListener implements EventSubscriberInterface |
||
15 | { |
||
16 | private $shouldGenerate; |
||
17 | |||
18 | 8 | public function __construct(bool $debug) |
|
23 | |||
24 | 2 | public static function getSubscribedEvents() |
|
30 | |||
31 | 6 | public function generateResponse(GetResponseForExceptionEvent $event): void |
|
41 | } |
||
42 |