Possseidon / dang-lib

A C++ library, providing a variety of useful classes focused around game developement.
3 stars 1 forks source link

Use the cpp Lua feature so it throws exceptions. #81

Closed Possseidon closed 2 years ago

Possseidon commented 2 years ago

The wrap function can no longer catch (...), as this would catch Lua errors.