Do Exception e handles all type of exception? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Do Exception e handles all type of exception?

its my 1st question on sololearn

24th Sep 2017, 8:25 AM
Sadaf Khowaja
2 Answers
+ 11
Yes. But most time you need to handle the exceptions that could be raised one by one to implement a good error handling.
24th Sep 2017, 8:29 AM
Tashi N
Tashi N - avatar