Revision ac2d0fe4 lib/errors.py

b/lib/errors.py
195 195

  
196 196
  """
197 197

  
198

  
198 199
class TypeEnforcementError(GenericError):
199 200
  """Unable to enforce data type.
200 201

  
201 202
  """
202 203

  
204

  
203 205
class SshKeyError(GenericError):
204 206
  """Invalid SSH key.
205 207

  
......
220 222
  """
221 223

  
222 224

  
225
class StorageError(GenericError):
226
  """Storage-related exception.
227

  
228
  """
229

  
230

  
223 231
class QuitGanetiException(Exception):
224 232
  """Signal that Ganeti that it must quit.
225 233

  

Also available in: Unified diff