MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / what

Method what

extlibs/sol3/include/sol/sol.hpp:3431–3433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3429 error& operator=(error&& e) = default;
3430
3431 virtual const char* what() const noexcept override {
3432 return what_reason.c_str();
3433 }
3434 };
3435
3436} // namespace sol

Callers 4

static_trampolineFunction · 0.45
trampolineFunction · 0.45
sol.hppFile · 0.45
script_throw_on_errorFunction · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected