From b334c0b6bcf520ff20ab2a3192b56304c6ffb306 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 30 Dec 2023 03:02:56 +0100 Subject: Date and post headers styles changed --- different_ways_of_reporting_errors.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'different_ways_of_reporting_errors.html') diff --git a/different_ways_of_reporting_errors.html b/different_ways_of_reporting_errors.html index 6130e29..b4e693b 100644 --- a/different_ways_of_reporting_errors.html +++ b/different_ways_of_reporting_errors.html @@ -5,17 +5,19 @@ - + Different Ways of Reporting Errors - +
+ + +

Different Ways of Reporting Errors

+
-

Different Ways of Reporting Errors

-

Published on 2022-04-28 19:00:00+02:00, last modified on 2022-06-17 22:27: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