Closed bichanna closed 2 years ago
Do you think I should implement some kind of error type so that we can do try-catch or try-except blocks?
try { println(100 / 0); } except(DivideByZeroError) { print("Cannot divide by zero"); }
Do you think I should implement some kind of error type so that we can do try-catch or try-except blocks?