Revision 159d4ec6 lib/errors.py

b/lib/errors.py
134 134
  """
135 135

  
136 136

  
137
class OpRetryError(OpExecError):
138
  """Error during OpCode execution, action can be retried.
139

  
140
  """
141

  
142

  
143 137
class OpCodeUnknown(GenericError):
144 138
  """Unknown opcode submitted.
145 139

  

Also available in: Unified diff