Remove blocking exception

This commit is contained in:
Michel 2024-11-07 22:19:09 +01:00
parent be80b75692
commit fefa1a92fd

View file

@ -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();