Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_trampoline
Function · 0.45
trampoline
Function · 0.45
sol.hpp
File · 0.45
script_throw_on_error
Function · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected