]> git.ipfire.org Git - thirdparty/starlette.git/commit
Add `WebSocketException` and support for WS handlers (#1263)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 5 Sep 2022 12:31:59 +0000 (14:31 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2022 12:31:59 +0000 (14:31 +0200)
commitd525431aadcd06a139a074d891655d5a61ea0146
tree55451781bc3473781306372e4d3aff02eeda2782
parent9386bcf110d72477abd9774139f2ece3ef34f45c
Add `WebSocketException` and support for WS handlers (#1263)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
docs/exceptions.md
starlette/exceptions.py
starlette/middleware/exceptions.py
tests/test_applications.py
tests/test_exceptions.py