Files
wow_Meta/api/xpcall.lua
2024-12-16 13:13:08 +01:00

8 lines
258 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param f function
---@param err function
---@return boolean status
---@return list or string ...
---Executes a function in protected mode with a custom error handler
function xpcall(f, err) end