Skip to content

Commit 7c777f0

Browse files
committed
Agregar ideas a errores
1 parent df9898e commit 7c777f0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ temas:
7777

7878
- titulo: Errores
7979
ruta: errores
80-
temas:
81-
- titulo: Estructura
82-
ruta: estructura
83-
- titulo: Recuperación
84-
ruta: recuperación
8580

8681
- titulo: Módulos
8782
ruta: modulos

0 commit comments

Comments
 (0)