From 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:30 +0100 Subject: unslug fr: modify --- files/fr/glossary/exception/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/fr/glossary/exception/index.html') diff --git a/files/fr/glossary/exception/index.html b/files/fr/glossary/exception/index.html index 999619693c..edd353b337 100644 --- a/files/fr/glossary/exception/index.html +++ b/files/fr/glossary/exception/index.html @@ -1,12 +1,13 @@ --- title: Exception -slug: Glossaire/Exception +slug: Glossary/Exception tags: - Débutants - Encodage - Erreurs - Glossaire translation_of: Glossary/Exception +original_slug: Glossaire/Exception ---

Une exception est un état qui interrompt l'exécution normale du code. En JavaScript, les {{glossary("syntax error", "erreurs de syntaxe")}} sont une source commune d'exceptions.

-- cgit v1.2.3-54-g00ecf