ModuleManager.errorModuleNotFound

Reports the error that the module was not found.

class ModuleManager
void
errorModuleNotFound
(
,
Location loc = null
)

Parameters

modulePath
Type: cstring

File path to the module.

loc
Type: Location

Optional source location (from an import statement.)

Meta