Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ThrowThemeLoadException
Function
ThrowThemeLoadException
src/openrct2-ui/interface/Theme.cpp:306–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
static void ThrowThemeLoadException()
307
{
308
throw std::runtime_error(
"Invalid JSON UI theme entry."
);
309
}
310
311
#pragma region UIThemeEntry
312
Callers
1
FromJson
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected