Revision 0fe22ad2 lib/errors.py

b/lib/errors.py
102 102
  """
103 103

  
104 104

  
105
class HotplugError(HypervisorError):
106
  """Hotplug-related exception.
107

  
108
  This is raised in case a hotplug action fails or is not supported.
109
  It is currently used only by KVM hypervisor.
110

  
111
  """
112

  
113

  
105 114
class ProgrammerError(GenericError):
106 115
  """Programming-related error.
107 116

  

Also available in: Unified diff