MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / SceneOnLoadCallbackError

Class SceneOnLoadCallbackError

include/Core/Scene/Exceptions.hpp:113–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 };
112
113 class SceneOnLoadCallbackError : public Exception
114 {
115 public:
116 SceneOnLoadCallbackError(std::string_view sceneFile,
117 std::string_view nextSceneFile, std::string_view errorMessage, DebugInfo info)
118 : Exception("SceneOnLoadCallbackError", info)
119 {
120 this->error("Encountered error while running OnLoadCallback to load Scene "
121 "'{}' from Scene '{}' : '{}'",
122 nextSceneFile, sceneFile, errorMessage);
123 }
124 };
125}

Callers 1

updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected