Skip to content

Commit

Permalink
Update ExceptionListener.php
Browse files Browse the repository at this point in the history
fix function access level
  • Loading branch information
OxCom authored Aug 9, 2017
1 parent cd86f40 commit 371bb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/ExceptionListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 371bb43

Please sign in to comment.