hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
182 stars 105 forks source link

[Enhancement] [ANCHOR: BE JAVA] Move Notification Exception Handling to Global Exception Handler and Standardize Exception Thrown in the Notification Feature #989

Open hestherrh opened 3 weeks ago

hestherrh commented 3 weeks ago

Description

Move the exception handling logic for the Notification feature to the global exception handler. Standardize the exceptions thrown within the Notification feature to ensure consistent error handling across the platform.

Acceptance Criteria

Purpose

To centralize exception handling, making it easier to maintain and ensure consistent error responses across the platform.

Requiremrnts

Expected Outcome

Exception handling in the Notification feature is centralized and standardized, leading to more consistent error management across the platform.

hestherrh commented 3 weeks ago

@amodudavid777@gmail.com