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); } }