We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bba4a9 commit 83d4d81Copy full SHA for 83d4d81
src/Feed/BrndFeedType.php
@@ -81,7 +81,8 @@ public function getData(Feed $feed): array
81
82
return $carry;
83
}, []);
84
- } catch (\Throwable) {
+ } catch (\Throwable $throwable) {
85
+ $this->logger->error($throwable->getMessage());
86
// Silently catch all exceptions and return empty result
87
// $result is already initialized with empty bookings array
88
}
0 commit comments