Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Error Handling Implementation for Improved Code Readability #113

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

Villarley
Copy link
Contributor

Detailed Information
This PR implements a custom error handling class (CustomError) and a centralized error-handling middleware to enhance code readability and improve error management across the backend. The changes ensure that errors are handled in a consistent format, making it easier to debug and maintain.

Related Issues
Closes #90

Type of Change
⚙️ Enhancement (granular error handling with CustomError and middleware)

@fishonamos fishonamos self-requested a review November 5, 2024 16:48
@fishonamos fishonamos merged commit beea406 into NoshonNetworks:main Nov 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create and Use a Custom Error Class in app/server
2 participants