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

Class BootScriptLoadingError

include/Core/Engine/Exceptions.hpp:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 };
21
22 class BootScriptLoadingError : public Exception
23 {
24 public:
25 BootScriptLoadingError(std::string_view errorMessage, DebugInfo info)
26 : Exception("BootScriptLoadingError", info)
27 {
28 this->error(
29 "Lua error while loading 'boot.lua' script file :\n{}", errorMessage);
30 }
31 };
32
33 class BootScriptExecutionError : public Exception
34 {

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected