mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
Add werkzeug.exceptions.FailedDependency (#3403)
Available since werkzeug==0.15.0
This commit is contained in:
committed by
Sebastian Rittau
parent
92aa1ee9c2
commit
9feb21d029
4
third_party/2and3/werkzeug/exceptions.pyi
vendored
4
third_party/2and3/werkzeug/exceptions.pyi
vendored
@@ -116,6 +116,10 @@ class Locked(HTTPException):
|
||||
code: int
|
||||
description: Text
|
||||
|
||||
class FailedDependency(HTTPException):
|
||||
code: int
|
||||
description: Text
|
||||
|
||||
class PreconditionRequired(HTTPException):
|
||||
code: int
|
||||
description: Text
|
||||
|
||||
Reference in New Issue
Block a user