Merge pull request 'Remove blocking exception' (#8) from develop into master
All checks were successful
/ build (push) Successful in 35s

Reviewed-on: #8
This commit is contained in:
neintonine 2024-11-07 21:19:38 +00:00
commit 8a24f5b1cc

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