Answer the question
In order to leave comments, you need to log in
Is there a PL with non-standard try..catch error handling logic?
For me, the standard logic is built like this (pseudocode):
try
a=1/0; // вызывает ошибку и выполнение продолжается в блоке catch
b++; // строка Не выполняется
catch
// тут продолжается выполнение, если была ошибка
finally
// выполняем всегда
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question