Package pywurfl :: Module exceptions :: Class DeviceNotFound
[hide private]
[frames] | no frames]

Class DeviceNotFound

source code

exceptions.Exception --+    
                       |    
           BaseException --+
                           |
                          DeviceNotFound

Device Not Found exception class

Raised when pywurfl cannot find a device by using either select_* API functions.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__