From e5e265d0611c663951904f78a8e9c2d2e44c45e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Thu, 5 Aug 2021 18:26:20 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20premi=C3=A8re=20version=20fichier=20con?= =?UTF-8?q?tenant=20les=20textes=20d'erreur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/errors.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/errors.js diff --git a/src/errors.js b/src/errors.js new file mode 100644 index 0000000..5176ac9 --- /dev/null +++ b/src/errors.js @@ -0,0 +1,5 @@ +module.exports = +{ + elementNotFound : "Aucun élément HTML trouvé dans la page pour l'id : ", + urlNotValid: "L'url fournie pour le fichier CSS n 'est pas correcte : ", +}; \ No newline at end of file