Files
wow_Meta/api/xpcall.lua
2025-05-04 14:35:26 +02:00

9 lines
255 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