Files
wow_Meta/api/xpcall.lua
2025-05-04 15:15:00 +02:00

10 lines
264 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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