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: exercises/error_handling/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Error handling
2
-
Most errors aren’t serious enough to require the program to stop entirely.
2
+
3
+
Most errors aren’t serious enough to require the program to stop entirely.
3
4
Sometimes, when a function fails, it’s for a reason that you can easily interpret and respond to.
4
5
For example, if you try to open a file and that operation fails because the file doesn’t exist, you might want to create the file instead of terminating the process.
0 commit comments