Skip to content

Commit 371bb43

Browse files
authored
Update ExceptionListener.php
fix function access level
1 parent cd86f40 commit 371bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/ExceptionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function onKernelException(GetResponseForExceptionEvent $event)
4040
*
4141
* @param $exception
4242
*/
43-
protected function handleException($exception)
43+
public function handleException($exception)
4444
{
4545
// generate payload and log data
4646
list($message, $payload) = $this->getGenerator()->getExceptionPayload($exception);

0 commit comments

Comments
 (0)