Vault-Web/password-manager
View on GitHubAdd custom exceptions and exception middleware
Open
#57 opened on Dec 28, 2025
backendenhancementgood first issue
Repository metrics
- Stars
- (4 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, the backend mainly throws IllegalArgumentException for errors. We need custom exception classes and a centralized exception middleware to provide clearer error handling and consistent API responses.
You can orient yourself on the Vault Web Repo backend.