Skip to content

Commit

Permalink
Error catching in PHP 7 fixed (issue #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaratsky committed Oct 30, 2016
1 parent 24a9669 commit 65bd281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ErrorHandlerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function handleFatalError()
parent::handleFatalError();
}

private function getPayloadData(\Exception $exception)
private function getPayloadData($exception)
{
$payloadData = $this->payloadCallback();

Expand Down

0 comments on commit 65bd281

Please sign in to comment.