From 1b88f67b2fbba0d9daab77c962afb5f12ea1cc69 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 29 Apr 2022 10:37:09 +0200 Subject: Bumped update date in different ways of making errors --- different_ways_of_making_errors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Different Ways of Making Errors

-

Published on 2022-04-28 19:00:00+02:00 +

Published on 2022-04-28 19:00:00+02:00, last modified on 2022-04-29 10:37:00+02:00

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 -- cgit v1.1