]> git.ipfire.org Git - thirdparty/starlette.git/commit
Remove `ExceptionMiddleware` import proxy from `starlette.exceptions` module (#2826)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 28 Dec 2024 21:10:44 +0000 (22:10 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 21:10:44 +0000 (22:10 +0100)
commit856c904a6dcf7368a999dd791e2f98a7c3812f0f
tree731f2429e0f9690dfeba0620ec51f4a472ba12f5
parent2c98fe335888beda9a67235c79c41d754df3c99c
Remove `ExceptionMiddleware` import proxy from `starlette.exceptions` module (#2826)

* Remove `ExceptionMiddleware` proxy from `starlette.exceptions` module

* remove test
starlette/exceptions.py
tests/test_exceptions.py