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 6f7aa8c commit edc2f51Copy full SHA for edc2f51
app/code/Magento/ReleaseNotification/Ui/DataProvider/Modifier/Notifications.php
@@ -218,7 +218,7 @@ private function unserializeContent($modalContent)
218
219
try {
220
$result = $this->serializer->unserialize($modalContent);
221
- } catch (\Exception $e) {
+ } catch (\InvalidArgumentException $e) {
222
$this->logger->warning(
223
sprintf(
224
'Failed to unserialize the release notification content. The error is: %s',
0 commit comments