**Description**: Error handling should happen centrally and not across the application **Reference**: Look at the controllerHandler middleware as the error is being passed into the next middleware from there
Description: Error handling should happen centrally and not across the application
Reference: Look at the controllerHandler middleware as the error is being passed into the next middleware from there