MCPcopy Create free account
hub / github.com/Shopify/go-lua / Error

Method Error

lua.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32type RuntimeError string
33
34func (r RuntimeError) Error() string { return "runtime error: " + string(r) }
35
36// A Type is a symbolic representation of a Lua VM type.
37type Type int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected