Files
wow-weakauras/Meta/api/xpcall.lua
2024-11-07 23:12:37 +01:00

8 lines
265 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