You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/templates/25_error_handling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Sometimes, things go wrong.
10
10
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.
11
-
An unhandled exception causes the program to halt, but sometimes, we can recover from these errors and want different behavior.
11
+
An unhandled exception causes the program to halt, but sometimes, we want to recover from or handle these errors.
0 commit comments