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