Add werkzeug.exceptions.FailedDependency (#3403)

Available since werkzeug==0.15.0
This commit is contained in:
Anthony Sottile
2019-10-23 15:14:53 -07:00
committed by Sebastian Rittau
parent 92aa1ee9c2
commit 9feb21d029

View File

@@ -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