From 4c4598ba3f7bb65e2e84b87bdd021cdaab8db818 Mon Sep 17 00:00:00 2001 From: PARAMESH T S <42896229+Paramesh-T-S@users.noreply.github.com> Date: Sat, 29 Mar 2025 13:43:36 +0530 Subject: [PATCH] Fix for #3826 - Removed errorception.com from the respective md file. Removed https://errorception.com/ from the md file as it is no longer operational. --- 1-js/10-error-handling/1-try-catch/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/10-error-handling/1-try-catch/article.md b/1-js/10-error-handling/1-try-catch/article.md index bf548373ad..3b3a2cb6d3 100644 --- a/1-js/10-error-handling/1-try-catch/article.md +++ b/1-js/10-error-handling/1-try-catch/article.md @@ -632,7 +632,7 @@ For instance: The role of the global handler `window.onerror` is usually not to recover the script execution -- that's probably impossible in case of programming errors, but to send the error message to developers. -There are also web-services that provide error-logging for such cases, like or . +There are also web-services that provide error-logging for such cases, like . They work like this: