ModuleLoadError
This error is raised when the module cannot be loaded, either because it does not exist or because of a syntax error.
Constructor
Signature
def ModuleLoadError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | A descriptive message about the error. |
Signature
def ModuleLoadError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The detailed error message explaining why the module failed to load, such as it not existing or containing a syntax error. |