diff options
author | Aki <please@ignore.pl> | 2022-04-29 10:37:09 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-04-29 10:37:09 +0200 |
commit | 1b88f67b2fbba0d9daab77c962afb5f12ea1cc69 (patch) | |
tree | c169385868942ed5507200324c953e6600932182 /different_ways_of_making_errors.html | |
parent | 27f7b46c2a74a3ff8d89364d343e9c5e0f64446b (diff) | |
download | ignore.pl-1b88f67b2fbba0d9daab77c962afb5f12ea1cc69.zip ignore.pl-1b88f67b2fbba0d9daab77c962afb5f12ea1cc69.tar.gz ignore.pl-1b88f67b2fbba0d9daab77c962afb5f12ea1cc69.tar.bz2 |
Bumped update date in different ways of making errors
Diffstat (limited to 'different_ways_of_making_errors.html')
-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 |