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 c413389 commit caa4471Copy full SHA for caa4471
lib/internal/Magento/Framework/App/Feed/Importer.php
@@ -48,7 +48,7 @@ public function importArray(array $data, $format = 'atom')
48
return $this->feedFactory->create(['feed' => $feed]);
49
} catch (\Zend_Feed_Exception $e) {
50
throw new \Magento\Framework\Exception\FeedImporterException(
51
- new \Magento\Framework\Phrase($e->getMessage()),
+ __($e->getMessage()),
52
$e
53
);
54
}
0 commit comments