Commit Graph

1 Commits

Author SHA1 Message Date
Michał Połtyn 42d4db860e
Add per-router exception handlers for APIRouter
Allow scoping exception handlers to specific routers instead of only
at the app level. Router-level handlers override app-level handlers
for routes within that router, with precedence: route > child router
> parent router > app-level middleware.
2026-03-06 14:20:39 +01:00