run(); } catch (Error $error) { $app->getContainer()->get(Psr\Log\LoggerInterface::class)->error($error); header('Location: /construccion'); } catch (Exception $exception) { $app->getContainer()->get(Psr\Log\LoggerInterface::class)->notice($exception); header('Location: /construccion'); }