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.