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