From 23241717bf91c4317065828bedafd05ebb97c1ef Mon Sep 17 00:00:00 2001
From: Thijs Schreijer
@@ -207,6 +210,9 @@ Converts a function that throws exceptions into a safe function. This function only catches exceptions thrown by the try and newtry functions. It does not catch normal Lua errors. +This implements the ideas described in + +LTN012, Using finalized exceptions.
@@ -425,6 +431,9 @@ socket.try(ret1 [, ret2 ... retN])ret1 is falsy, using ret2 as the error message. The exception is supposed to be caught by a protected function only. +This implements the ideas described in + +LTN012, Using finalized exceptions.
-- cgit v1.2.3-55-g6feb