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 0a6828a commit 9fa2306Copy full SHA for 9fa2306
app/code/Magento/Catalog/Controller/Adminhtml/Product/MassDelete.php
@@ -52,7 +52,7 @@ public function __construct(
52
public function execute()
53
{
54
if (!$this->getRequest()->isPost()) {
55
- throw new NotFoundException();
+ throw new NotFoundException(__('Page not found'));
56
}
57
$collection = $this->filter->getCollection($this->collectionFactory->create());
58
$productDeleted = 0;
0 commit comments