Skip to content

Commit 2d1e252

Browse files
author
vpaladiychuk
committed
MAGETWO-34988: Implement exception handling in dispatch() method
1 parent 518932a commit 2d1e252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/App/FrontController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function dispatch(RequestInterface $request)
8080
* Handle exception
8181
*
8282
* @param \Exception $e
83+
* @return void
8384
*/
8485
protected function handleException($e)
8586
{

0 commit comments

Comments
 (0)