Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remils committed May 26, 2023
1 parent b6aa862 commit 76aaa4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Support/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ public function handle(Event $event): void
} catch (Throwable $exception) {
$event = new ExceptionEvent($exception);

throw $exception;

$bus->dispatch($event);
}
}
Expand Down

0 comments on commit 76aaa4f

Please sign in to comment.