From 371bb43e0f16af33c94f2c68002d1821bfa26491 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 9 Aug 2017 19:42:22 +0200 Subject: [PATCH] Update ExceptionListener.php fix function access level --- src/EventListener/ExceptionListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventListener/ExceptionListener.php b/src/EventListener/ExceptionListener.php index 5fab955..0022aae 100755 --- a/src/EventListener/ExceptionListener.php +++ b/src/EventListener/ExceptionListener.php @@ -40,7 +40,7 @@ public function onKernelException(GetResponseForExceptionEvent $event) * * @param $exception */ - protected function handleException($exception) + public function handleException($exception) { // generate payload and log data list($message, $payload) = $this->getGenerator()->getExceptionPayload($exception);