##// END OF EJS Templates
error: make lock inheritance contract violations a subclass of RuntimeError...
Siddharth Agarwal -
r26438:024644b1 default
parent child Browse files
Show More
@@ -115,7 +115,7 class LockUnavailable(LockError):
115 115 pass
116 116
117 117 # LockError is for errors while acquiring the lock -- this is unrelated
118 class LockInheritanceContractViolation(AssertionError):
118 class LockInheritanceContractViolation(RuntimeError):
119 119 pass
120 120
121 121 class ResponseError(Exception):
General Comments 0
You need to be logged in to leave comments. Login now