Skip to content

Commit

Permalink
Tweak error handling wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymi306 committed Jan 15, 2024
1 parent 9f2d766 commit 1374c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/25_error_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Sometimes, things go wrong.
If your code attempts an unsupported operation, such as dividing by zero or accessing a key in a dictionary that doesn't exist, an exception is thrown.
An unhandled exception causes the program to halt, but sometimes, we can recover from these errors and want different behavior.
An unhandled exception causes the program to halt, but sometimes, we want to recover from or handle these errors.
Let's explore how to handle exceptions!

## Illustrating the Problem
Expand Down

0 comments on commit 1374c1b

Please sign in to comment.