From 76aaa4fe0f2b92d191463c4bcd87643abf89b076 Mon Sep 17 00:00:00 2001 From: Sergey Zatulivetrov Date: Fri, 26 May 2023 03:14:06 +0300 Subject: [PATCH] fix --- src/Support/Kernel.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Support/Kernel.php b/src/Support/Kernel.php index dac753a..4a50361 100644 --- a/src/Support/Kernel.php +++ b/src/Support/Kernel.php @@ -84,8 +84,6 @@ public function handle(Event $event): void } catch (Throwable $exception) { $event = new ExceptionEvent($exception); - throw $exception; - $bus->dispatch($event); } }