MCPcopy Create free account
hub / github.com/crashfort/SourceDemoRender / Make

Function Make

Projects/Shared/SDR Shared/Error.hpp:27–34  ·  view source on GitHub ↗

For use with unrecoverable errors. */

Source from the content-addressed store, hash-verified

25 For use with unrecoverable errors.
26 */
27 inline void Make(std::string&& str)
28 {
29 Exception info;
30 info.Description = std::move(str);
31
32 Print(info);
33 throw info;
34 }
35
36 /*
37 For use with unrecoverable errors.

Callers 15

FormatTextFunction · 0.85
WaitEventsMethod · 0.85
GetDisplayNameFunction · 0.85
MainProcedureFunction · 0.85
EnsureFileIsPresentFunction · 0.85
ShowLibraryVersionFunction · 0.85
WinMainFunction · 0.85
WaitForOneMethod · 0.85
GetIteratorFunction · 0.85
GetIntFunction · 0.85
GetStringFunction · 0.85
ThrowIfNullFunction · 0.85

Calls 2

PrintFunction · 0.85
FormatFunction · 0.85

Tested by

no test coverage detected