3021: Merge branch 'master' into 3021-leave-api-running
[arvados.git] / sdk / python / arvados / errors.py
index f70fa17149711d1d869af4efa104d638b8d64ebc..16f4096572c422cf37a93a7110b19c45aa8f1061 100644 (file)
@@ -74,3 +74,5 @@ class NoKeepServersError(Exception):
     pass
 class StaleWriterStateError(Exception):
     pass
+class FeatureNotEnabledError(Exception):
+    pass