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

Method error

3rd_party/lua_sol2/include/sol.hpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419 public:
420 error(const std::string& str)
421 : error(detail::direct_error, "lua: error: " + str) {
422 }
423 error(std::string&& str)
424 : error(detail::direct_error, "lua: error: " + std::move(str)) {
425 }

Callers 2

check_replyMethod · 0.45
httpDownloadFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected