()
| 21 | |
| 22 | @app.get("/http-no-body-statuscode-exception") |
| 23 | async def no_body_status_code_exception(): |
| 24 | raise HTTPException(status_code=204) |
| 25 | |
| 26 | |
| 27 | @app.get("/http-no-body-statuscode-with-detail-exception") |
nothing calls this directly
no test coverage detected
searching dependent graphs…