In this tutorial you will learn:
Exception Handling
Whenever we develop a program most of the time we make small errors that may or may not be noticeable but they can cause the program to crash. It might be a simple logical programming error or some edge cases that we never thought of while developing the program. In any case we need our program not to crash instead show an error message so we can handle it gracefully like by showing a small error prompt or writing
Add new comment