Human readable group name improved
[ganeti-local] / qa / qa_error.py
index 60c1a46..8b5d4b9 100644 (file)
@@ -1,3 +1,6 @@
+#
+#
+
 # Copyright (C) 2007 Google Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # 02110-1301, USA.
 
 
+"""Error definitions for QA.
+
+"""
+
+
 class Error(Exception):
   """An error occurred during Q&A testing.
 
@@ -35,3 +43,10 @@ class OutOfInstancesError(Error):
 
   """
   pass
+
+
+class UnusableNodeError(Error):
+  """Unusable node.
+
+  """
+  pass