ImportError
Raised when a module import fails (e.g. module not found).
Inherits from: RuntimeError
Constructor
ImportError name
Builds an error naming a module that could not be found.
Parameters
| Name | Type | Description |
|---|---|---|
name |
Str |
the module that could not be found |