Example: try except lua require "try-catch" try { function() error('oops') end, catch { function(error) print('caught error: ' .. error) end } }
確定! 回上一頁