Vault-Web/password-manager

Add custom exceptions and exception middleware

Open

#57 opened on Dec 28, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (8 forks)auto 404
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.

Contributor guide