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

Class InvalidAnimationFile

include/Core/Animation/Exceptions.hpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 };
144
145 class InvalidAnimationFile : public Exception
146 {
147 public:
148 InvalidAnimationFile(std::string_view path, DebugInfo info)
149 : Exception("InvalidAnimationFile", info)
150 {
151 this->error("Error occured while loading Animation file '{}'", path);
152 }
153 };
154}

Callers 1

loadAnimationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected