Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ what
Method
what
include/chaiscript/dispatchkit/any.hpp:31–34 ·
view source on GitHub ↗
\brief Description of what error occurred
Source
from the content-addressed store, hash-verified
29
30
/// \brief Description of what error occurred
31
const char * what() const noexcept override
32
{
33
return m_what.c_str();
34
}
35
36
private:
37
std::string m_what =
"bad any cast"
;
Callers
15
RunFile
Method · 0.45
main
Function · 0.45
interactive
Function · 0.45
main
Function · 0.45
interactive
Function · 0.45
LLVMFuzzerTestOneInput
Function · 0.45
throws_exception
Function · 0.45
interactive
Function · 0.45
main
Function · 0.45
translateActiveException
Method · 0.45
Session
Method · 0.45
runInternal
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
4
RunFile
Method · 0.36
main
Function · 0.36
do_work
Function · 0.36
run_test_type_conversion
Function · 0.36