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