Module zio :: Class DisconnectError

Class DisconnectError

exceptions.Exception --+                
                       |                
exceptions.StandardError --+            
                           |            
 exceptions.EnvironmentError --+        
                               |        
              exceptions.IOError --+    
                                   |    
                       ProtocolError --+
                                       |
                                      DisconnectError

Exception raised when the ZIO motherboard has been physcially disconnected from the host.
Instance Methods

Inherited from exceptions.EnvironmentError: __init__, __str__

Inherited from exceptions.Exception: __getitem__