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 f1e99e2 commit 450a176Copy full SHA for 450a176
app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Download.php
@@ -72,6 +72,7 @@ public function execute()
72
DirectoryList::VAR_DIR
73
);
74
}
75
+ // phpcs:ignore Magento2.Exceptions.ThrowCatch
76
} catch (LocalizedException | \Exception $exception) {
77
throw new LocalizedException(__('There are no export file with such name %1', $fileName));
78
0 commit comments