File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/code/Magento/Backend/Controller/Adminhtml Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ public function execute()
32
32
} catch (LocalizedException $ e ) {
33
33
$ this ->messageManager ->addErrorMessage ($ e ->getMessage ());
34
34
} catch (\Exception $ e ) {
35
- $ this ->messageManager ->addExceptionMessage ($ e , __ ('An error occurred while clearing the JavaScript/CSS cache. ' ));
35
+ $ this ->messageManager
36
+ ->addExceptionMessage ($ e , __ ('An error occurred while clearing the JavaScript/CSS cache. ' ));
36
37
}
37
38
38
39
/** @var \Magento\Backend\Model\View\Result\Redirect $resultRedirect */
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ public function execute()
42
42
} catch (\Magento \Framework \Exception \LocalizedException $ e ) {
43
43
$ this ->messageManager ->addErrorMessage ($ e ->getMessage ());
44
44
} catch (\Exception $ e ) {
45
- $ this ->messageManager ->addExceptionMessage ($ e , __ ('Unable to delete the store view. Please try again later. ' ));
45
+ $ this ->messageManager
46
+ ->addExceptionMessage ($ e , __ ('Unable to delete the store view. Please try again later. ' ));
46
47
}
47
48
return $ redirectResult ->setPath ('adminhtml/*/editStore ' , ['store_id ' => $ itemId ]);
48
49
}
You can’t perform that action at this time.
0 commit comments