Package conary :: Package conaryclient :: Class VersionSuppliedError
[hide private]
[frames] | no frames]

Class VersionSuppliedError

source code

exceptions.Exception --+            
                       |            
      errors.ConaryError --+        
                           |        
          errors.ClientError --+    
                               |    
              update.UpdateError --+
                                   |
                                  VersionSuppliedError

Instance Methods [hide private]
 
__str__(self) source code

Inherited from update.UpdateError: display

Inherited from exceptions.Exception: __getitem__, __init__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__