try-catch-finally

Pure Lua Implementation of the Try-Catch-Finally Logic used in Modern OO Languages (C++, Java, C# etc.)

$ luarocks install try-catch-finally

Run a block of code in a traditional try block, with options to chain
catch and finally handlers as well. mAny errors are passed directly as a single
variable to the catch block.

See: https://github.com/djfdyuruiry/lua-try-catch-finally/blob/master/README.md

Created by djfdyuruiry: https://github.com/djfdyuruiry

Versions

1.0-06 years ago235 downloads

Dependencies

lua >= 5.1

Manifests