diff options
Diffstat (limited to 'files/fr/glossary/exception/index.html')
-rw-r--r-- | files/fr/glossary/exception/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 --- <p id="Summary">Une <strong>exception</strong> 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.</p> |