AnimationEngineException

A failing Animation function should <b>always</b> throw a AnimationEngineException.

final
class AnimationEngineException : Exception {}

Constructors

this
this(string msg, string file, size_t line, Throwable next)

Default constructor.

Meta