We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9898e commit 7c777f0Copy full SHA for 7c777f0
public/textos/es/docs/next/errores.md
@@ -0,0 +1,15 @@
1
+# Errores
2
+
3
+> En diseño
4
5
+```
6
+try
7
+ // codigo lanza excepciones
8
+with
9
+| Error e ->
10
+ // manejar Error
11
+| SyntaxError e ->
12
+ // Manejar error de sintaxis
13
+| _ ->
14
+ // manejar cualquiera
15
public/textos/es/docs/next/indice.yaml
@@ -77,11 +77,6 @@ temas:
77
78
- titulo: Errores
79
ruta: errores
80
- temas:
81
- - titulo: Estructura
82
- ruta: estructura
83
- - titulo: Recuperación
84
- ruta: recuperación
85
86
- titulo: Módulos
87
ruta: modulos
0 commit comments