diff --git a/sections/errorhandling/centralizedhandling.md b/sections/errorhandling/centralizedhandling.md index 9258a5c0..87d2dda6 100644 --- a/sections/errorhandling/centralizedhandling.md +++ b/sections/errorhandling/centralizedhandling.md @@ -46,6 +46,7 @@ function errorHandler(){ await saveInOpsQueueIfCritical; await determineIfOperationalError; } +} ### Code Example – Anti Pattern: handling errors within the middleware