From 90edf0aee6cb4d95a124479f9667a100516d6ecd Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Sun, 17 May 2020 19:17:24 +0200 Subject: [PATCH] Use Throwable --- src/MSApplicationInsightsHelpers.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MSApplicationInsightsHelpers.php b/src/MSApplicationInsightsHelpers.php index d5e3c03..327cbc4 100644 --- a/src/MSApplicationInsightsHelpers.php +++ b/src/MSApplicationInsightsHelpers.php @@ -1,7 +1,7 @@ telemetryEnabled()) { $this->msApplicationInsights->telemetryClient->trackException($e, @@ -94,7 +94,7 @@ public function trackException(Exception $e) * * @return array|null */ - private function getRequestPropertiesFromException(Exception $e) + private function getRequestPropertiesFromException(Throwable $e) { foreach ($e->getTrace() as $item) {