lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 12/06/2019 21.24, Rodrigo Azevedo wrote:
What about <catch> and __catch?
It is simple, short and it will be caught when out of scope anyway.

<catch> is too exception-y IMHO, suggesting that an error would be caught while it will actually propagate (and you can't even stop the propagation from there!)

-- nobody