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