Show More
@@ -115,7 +115,7 b' class LockUnavailable(LockError):' | |||||
115 | pass |
|
115 | pass | |
116 |
|
116 | |||
117 | # LockError is for errors while acquiring the lock -- this is unrelated |
|
117 | # LockError is for errors while acquiring the lock -- this is unrelated | |
118 |
class LockInheritanceContractViolation( |
|
118 | class LockInheritanceContractViolation(RuntimeError): | |
119 | pass |
|
119 | pass | |
120 |
|
120 | |||
121 | class ResponseError(Exception): |
|
121 | class ResponseError(Exception): |
General Comments 0
You need to be logged in to leave comments.
Login now