Revision b6267745 lib/errors.py

b/lib/errors.py
277 277
  """
278 278

  
279 279

  
280
class X509CertError(GenericError):
281
  """Invalid X509 certificate.
282

  
283
  This error has two arguments: the certificate filename and the error cause.
284

  
285
  """
286

  
287

  
280 288
class TagError(GenericError):
281 289
  """Generic tag error.
282 290

  

Also available in: Unified diff