Koans icon indicating copy to clipboard operation
Koans copied to clipboard

Making error catching less strict

Open codeZeilen opened this issue 6 years ago • 0 comments

In case a new line causes an exception it should not be caught. Currently most exceptions are caught (e.g. ZeroDivision). Opening a debugger is a valuable lesson at that point.

codeZeilen avatar Aug 03 '18 12:08 codeZeilen