7 lines
172 B
Lua
7 lines
172 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return function handler
|
|
---Returns the current error handler function
|
|
function geterrorhandler() end
|