Revision 31155d60 lib/errors.py

b/lib/errors.py
228 228
  """
229 229

  
230 230

  
231
class ParseError(GenericError):
232
  """Generic parse error.
233

  
234
  Raised when unable to parse user input.
235

  
236
  """
237

  
238

  
231 239
class TypeEnforcementError(GenericError):
232 240
  """Unable to enforce data type.
233 241

  

Also available in: Unified diff