MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Exception

Function Exception

Source/Engine/Debug/Exception.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 /// </summary>
35 /// <param name="additionalInfo">Additional information that help describe error</param>
36 Exception(const String& additionalInfo)
37 : Exception(TEXT("An exception has occurred."), additionalInfo)
38 {
39 }
40
41 /// <summary>
42 /// Creates new custom message with additional data

Callers 1

Exception.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected