getContainer()->get(LoggerInterface::class)); try { $app->run(); } catch (Exception $e) { $app->getContainer()->get(LoggerInterface::class)->alert($e); } catch (Error $e) { $app->getContainer()->get(LoggerInterface::class)->error($e); }