Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom exception handler for standardized error responses
- Replace 'detail' with 'message' for error consistency - Format error messages into a single readable string - Handle cases without a response using a generic error Ensures all responses follow the project's SuccessResponse format.
- Loading branch information