We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd86f40 commit 371bb43Copy full SHA for 371bb43
src/EventListener/ExceptionListener.php
@@ -40,7 +40,7 @@ public function onKernelException(GetResponseForExceptionEvent $event)
40
*
41
* @param $exception
42
*/
43
- protected function handleException($exception)
+ public function handleException($exception)
44
{
45
// generate payload and log data
46
list($message, $payload) = $this->getGenerator()->getExceptionPayload($exception);
0 commit comments