MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / set_exception_handler

Method set_exception_handler

Libs/sol/sol.hpp:25772–25774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25770 }
25771
25772 void set_exception_handler(exception_handler_function handler) {
25773 set_default_exception_handler(lua_state(), handler);
25774 }
25775
25776 template <typename... Args, typename... Keys>
25777 decltype(auto) get(Keys&&... keys) const {

Callers 1

InitMethod · 0.80

Calls 1

Tested by

no test coverage detected