MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / TENScriptException

Class TENScriptException

TombEngine/Game/debug/debug.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 };
29
30 class TENScriptException : public std::runtime_error
31 {
32 public:
33 using std::runtime_error::runtime_error;
34 };
35
36 // Logs
37

Callers 6

ScriptAssertFFunction · 0.85
ScriptAssertTerminateFFunction · 0.85
ScriptAssertFunction · 0.85
LoadFlowScriptMethod · 0.85
NamedBase.hFile · 0.85
DisplayString.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected