mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
add BadRequestKeyError (#2944)
This commit is contained in:
committed by
Sebastian Rittau
parent
cda204a151
commit
556f354e1e
2
third_party/2and3/werkzeug/exceptions.pyi
vendored
2
third_party/2and3/werkzeug/exceptions.pyi
vendored
@@ -157,3 +157,5 @@ class Aborter:
|
||||
def __call__(self, code: Union[int, Response], *args: Any, **kwargs: Any) -> NoReturn: ...
|
||||
|
||||
def abort(status: Union[int, Response], *args: Any, **kwargs: Any) -> NoReturn: ...
|
||||
|
||||
class BadRequestKeyError(BadRequest, KeyError): ...
|
||||
|
||||
Reference in New Issue
Block a user