Merge branch 'master' into 2681-new-inactive-user-notification
[arvados.git] / sdk / python / arvados / errors.py
index b4afb21f1131f16199e0011952d418f30218765d..85472d8cdf0bcb729933709aa7aee4d45a8df18e 100644 (file)
@@ -16,3 +16,5 @@ class NotImplementedError(Exception):
     pass
 class NoKeepServersError(Exception):
     pass
+class StaleWriterStateError(Exception):
+    pass