exception documentation
        
        class TooManyLevelsError(AstroidImportError): (source)
Constructor: TooManyLevelsError(message, **kws)
Exception class which is raised when a relative import was beyond the top-level.
- Standard attributes:
- level: The level which was attempted. name: the name of the module on which the relative import was attempted.
| Method | __init__ | Undocumented | 
| Class Variable | level | Undocumented | 
| Class Variable | name | Undocumented | 
              Inherited from AstroidError (via AstroidImportError, AstroidBuildingError):
            
| Method | __str__ | Undocumented | 
| Instance Variable | message | Undocumented |