twig =$twig; $this->vues = $vues; $this->mdLobby = new ModelLobby(); $lobbies = $this->mdLobby->getlobbies(); echo $twig->render($vues["lobby"], [ 'lobbies' => $lobbies, ]); } catch (PDOException $e) { // Gérez les erreurs PDO ici } catch (Exception $e2) { // Gérez d'autres erreurs ici } } }