Skip to content

Commit 009c2bc

Browse files
v1.0 - Atualizado System.OS
1 parent 3d49773 commit 009c2bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Plataformas/8086-DOS/System.OS.hcb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ module OS
113113
Catch AccessDeniedError
114114
Console.WriteLine "Erro: Acesso negado"
115115
GoTo EscreveErro
116+
Catch InvalidFormatError
117+
Console.WriteLine "Erro: Formato inválido"
118+
GoTo EscreveErro
116119
Catch Error
117120
Console.WriteLine "Ocorreu um erro não tratado"
118121
EscreveErro:

0 commit comments

Comments
 (0)