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

Class UnitializedEngine

include/Core/Engine/Exceptions.hpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 };
71
72 class UnitializedEngine : public Exception
73 {
74 public:
75 UnitializedEngine(DebugInfo info)
76 : Exception("UnitializedEngine", info)
77 {
78 this->error("Impossible to run Engine if not initialized beforehand");
79 }
80 };
81}

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected