Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ StarException
Method
StarException
source/core/StarException_unix.cpp:52–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
StarException::StarException() noexcept
53
: StarException(std::string(
"StarException"
)) {}
54
55
StarException::~StarException() noexcept {}
56
Callers
nothing calls this directly
Calls
6
string
Function · 0.85
captureBacktrace
Function · 0.85
outputStack
Function · 0.70
captureStack
Function · 0.70
empty
Method · 0.45
what
Method · 0.45
Tested by
no test coverage detected