| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
              object --+        
                       |        
exceptions.BaseException --+    
                           |    
        exceptions.Exception --+
                               |
                              DeviceAtlasException
Superclass representing the base of the exception hierarchy. It makes our exceptions compatible with Python 3.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from  Inherited from  Inherited from   | 
  |||
    
  | 
|||
        message = 
     | 
  |||
    
  | 
|||
| 
     Inherited from  Inherited from   | 
  |||
    
  | 
|||
  
 Constructor to provide the "message" attribute in Python 3. 
  | 
  
 str(x) 
  | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 17 17:25:23 2018 | http://epydoc.sourceforge.net |