Lua.VM.AssertionError exception (Lua v1.0.0-rc.0)

View Source

Raised by the Lua assert() function when the condition is falsy.

When raised without explicit :line / :source opts, exception/1 populates them from the calling Lua source position via Lua.VM.Executor.current_position/0.