(_: Request, exc: HTTPException)
| 4 | |
| 5 | |
| 6 | async def http_error_handler(_: Request, exc: HTTPException) -> JSONResponse: |
| 7 | return JSONResponse({"errors": [exc.detail]}, status_code=exc.status_code) |
nothing calls this directly
no outgoing calls
no test coverage detected