Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/
Class
modules/internal/internalLoader.js:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
* Thrown when there is an error importing a module.
10
*/
11
export
class
ImportError extends moduleGlobalThis.Error {
12
name =
'ImportError'
;
13
}
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected