Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 46a0c9d

Browse files
committed
Remove event dispatching
1 parent 0137050 commit 46a0c9d

File tree

1 file changed

+0
-2
lines changed
  • lib/internal/Magento/Framework/App

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ public function launch()
153153
*/
154154
public function catchException(Bootstrap $bootstrap, \Exception $exception)
155155
{
156-
$this->_eventManager->dispatch('application_handled_exception', ['exception' => $exception]);
157-
158156
$result = $this->handleDeveloperMode($bootstrap, $exception)
159157
|| $this->handleBootstrapErrors($bootstrap, $exception)
160158
|| $this->handleSessionException($exception)

0 commit comments

Comments
 (0)