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

Class UnknownEasingFromString

include/Core/Animation/Exceptions.hpp:122–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 };
121
122 class UnknownEasingFromString : public Exception
123 {
124 public:
125 UnknownEasingFromString(std::string_view easingName, DebugInfo info)
126 : Exception("UnknownEasingFromString", info)
127 {
128 this->error("Impossible to retrieve an Easing function with the following "
129 "name : '{}'",
130 easingName);
131 }
132 };
133
134 class MissingAnimationProperty : public Exception
135 {

Callers 1

getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected