Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge a573d5a into 86dc624
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-paul-julien-vauthier committed Nov 20, 2020
2 parents 86dc624 + a573d5a commit 97a8b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/NewRelicExceptionHandlerTest.php
Expand Up @@ -7,6 +7,7 @@
use Nord\Lumen\NewRelic\NewRelicExceptionHandler;
use PHPUnit\Framework\TestCase;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Throwable;

/**
* Class NewRelicExceptionHandlerTest
Expand Down Expand Up @@ -73,7 +74,7 @@ class TestNewRelicExceptionHandler extends NewRelicExceptionHandler
/**
* @inheritdoc
*/
protected function logException(Exception $e)
protected function logException(Throwable $e)
{
// Used to indicate that this method was actually executed
throw $e;
Expand Down

0 comments on commit 97a8b97

Please sign in to comment.