Skip to content

Commit 83d4d81

Browse files
agnetemoostuj
andauthored
Update src/Feed/BrndFeedType.php
Co-authored-by: Troels Ugilt Jensen <[email protected]>
1 parent 2bba4a9 commit 83d4d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Feed/BrndFeedType.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public function getData(Feed $feed): array
8181

8282
return $carry;
8383
}, []);
84-
} catch (\Throwable) {
84+
} catch (\Throwable $throwable) {
85+
$this->logger->error($throwable->getMessage());
8586
// Silently catch all exceptions and return empty result
8687
// $result is already initialized with empty bookings array
8788
}

0 commit comments

Comments
 (0)