From fefa1a92fd402ef7622699343ba4d32827b08de7 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 7 Nov 2024 22:19:09 +0100 Subject: [PATCH] Remove blocking exception --- src/php/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/php/index.php b/src/php/index.php index 6eacf7d..7201189 100644 --- a/src/php/index.php +++ b/src/php/index.php @@ -16,8 +16,6 @@ require_once __DIR__ . '/../src/php/bootstrap.php'; ContainerHandler::get(CrashHandler::class)->register(); -throw new ExtendedException('Test', [ 'gell', 'Hub' ]); - $router = ContainerHandler::getInstance()->get(Router::class); $result = $router->route(); -- 2.45.2