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

Class MissingAnimationProperty

include/Core/Animation/Exceptions.hpp:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 };
133
134 class MissingAnimationProperty : public Exception
135 {
136 public:
137 MissingAnimationProperty(std::string_view propertyName, DebugInfo info)
138 : Exception("MissingAnimationProperty", info)
139 {
140 this->error("Unable to retrieve property '{}' from Animation config file",
141 propertyName);
142 }
143 };
144
145 class InvalidAnimationFile : public Exception
146 {

Callers 2

loadAnimationMethod · 0.85
loadMetaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected