Consolidate domain exceptions into app.exceptions

Move all shared domain exception classes to backend/app/exceptions.py and update services/routers to import the canonical exceptions. Update docs to reflect the shared exceptions source.
This commit is contained in:
2026-04-13 19:35:12 +02:00
parent 4b2e86edbb
commit a5674f9e4c
10 changed files with 199 additions and 381 deletions

View File

@@ -90,6 +90,8 @@ Any config file write error in a filter operation (bad content, permission denie
### Task 4 — Consolidate all exception classes into app.exceptions
**Status:** Completed
**Severity:** High
**Where:**