Source position: LuaWrapper.pas line 20
type TLuaOnException = procedure(
Title: ansistring;
Line: Integer;
Msg: ansistring;
var handled: Boolean
) of object;