From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/glossary/exception/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/fr/glossary/exception/index.html (limited to 'files/fr/glossary/exception/index.html') diff --git a/files/fr/glossary/exception/index.html b/files/fr/glossary/exception/index.html new file mode 100644 index 0000000000..999619693c --- /dev/null +++ b/files/fr/glossary/exception/index.html @@ -0,0 +1,19 @@ +--- +title: Exception +slug: Glossaire/Exception +tags: + - Débutants + - Encodage + - Erreurs + - Glossaire +translation_of: Glossary/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.

+ +

En savoir plus

+ +

Connaissances générales

+ + -- cgit v1.2.3-54-g00ecf