1 2 3 4 5 6 7
local function perr(err,what) if err then error(what..": "..err) end end return { perr=perr, }