Skip to content

Commit b3b0a47

Browse files
authored
Update deleteCategory.php
1 parent e62b887 commit b3b0a47

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

deleteCategory.php

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ public function launch()
1313
$_MyClass->deleteCategories($ids);
1414
return $this->_response;
1515
}
16-
17-
public function catchException(\Magento\Framework\App\Bootstrap $bootstrap, \Exception $exception)
18-
{
19-
return false;
20-
}
21-
2216
}
2317

2418

@@ -56,4 +50,4 @@ public function deleteCategories($ids = array()) {
5650

5751
/** @var \Magento\Framework\App\Http $app */
5852
$app = $bootstrap->createApplication('Outslide');
59-
$bootstrap->run($app);
53+
$bootstrap->run($app);

0 commit comments

Comments
 (0)