LuaExceptionCallback typedef
LuaExceptionCallback =
void Function(Object)
Custom exception handling if needed.
Implementation
typedef LuaExceptionCallback = void Function(Object);
Custom exception handling if needed.
typedef LuaExceptionCallback = void Function(Object);