wren 292b18760c fix: add global exception handler for BusinessException
BusinessException (and its subclass LeauditException) had no
FastAPI exception handler, so they escaped as unhandled 500s
even when carrying the correct status code (e.g. 403). Add a
handler that renders the status code and message as a proper
JSON response.
2026-04-30 11:13:07 +08:00
S
Description
No description provided
6 MiB
Languages
Python 89%
PLpgSQL 9.8%
Shell 0.9%
JavaScript 0.3%