diff options
-rw-r--r-- | different_ways_of_making_errors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/different_ways_of_making_errors.html b/different_ways_of_making_errors.html index 05227c8..e62168e 100644 --- a/different_ways_of_making_errors.html +++ b/different_ways_of_making_errors.html @@ -13,7 +13,7 @@ <article> <h1>Different Ways of Making Errors</h1> -<p class="subtitle">Published on 2022-04-28 19:00:00+02:00 +<p class="subtitle">Published on 2022-04-28 19:00:00+02:00, last modified on 2022-04-29 10:37:00+02:00 <p>Errors are a key component of writing software - programs, libraries, scripts, you name it. We need to check for them, catch them, mitigate, log, and finally create. In this article, I want to give you an overview of various methods of that last activity - creating errors - sometimes also called raising or throwing, especially when the errors are |