Remove blocking exception #8
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue