MCPcopy Create free account
hub / github.com/StudioCherno/Coral / ExceptionCallback

Function ExceptionCallback

Example/Example.Native/Source/Main.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <Coral/Attribute.hpp>
13
14static void ExceptionCallback(std::string_view InMessage)
15{
16 std::cout << "Unhandled native exception: " << InMessage << std::endl;
17}
18
19struct MyVec3
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected