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

Method error

Libs/sol/sol.hpp:3947–3948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3945
3946 public:
3947 error(const std::string& str) : error(detail::direct_error, "lua: error: " + str) {
3948 }
3949 error(std::string&& str) : error(detail::direct_error, "lua: error: " + std::move(str)) {
3950 }
3951 error(detail::direct_error_tag, const std::string& str) : std::runtime_error(""), what_reason(str) {

Callers 2

TENLogFunction · 0.45
errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected