Skip to main content

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: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining why the module failed to load.

Signature

def ModuleLoadError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining why the module failed to load, such as a missing file or syntax error