Skip to content

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

NameTypeDescription
name Str the module that could not be found