]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛Fix `RuntimeError` raised when `HTTPException` has a status code with no content...
authorIrfanuddin Shafi Ahmed <irfanudeen08@gmail.com>
Sun, 11 Sep 2022 16:13:36 +0000 (21:43 +0530)
committerGitHub <noreply@github.com>
Sun, 11 Sep 2022 16:13:36 +0000 (16:13 +0000)
commit4d270463af2279d9723d99da45f0b31631424030
tree42adc76afd3c8a146b796f60b9cca07a2dd93ced
parent6620273083275f7fec446bb3456d3df6582c6813
🐛Fix `RuntimeError` raised when `HTTPException` has a status code with no content (#5365)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/exception_handlers.py
tests/test_starlette_exception.py