mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Update the InternalServerError constructor type (#4210)
This commit is contained in:
6
third_party/2and3/werkzeug/exceptions.pyi
vendored
6
third_party/2and3/werkzeug/exceptions.pyi
vendored
@@ -147,6 +147,12 @@ class UnavailableForLegalReasons(HTTPException):
|
||||
description: Text
|
||||
|
||||
class InternalServerError(HTTPException):
|
||||
def __init__(
|
||||
self,
|
||||
description: Optional[Text] = ...,
|
||||
response: Optional[Response] = ...,
|
||||
original_exception: Optional[Exception] = ...,
|
||||
) -> None: ...
|
||||
code: int
|
||||
description: Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user