The Error instance (or Error class to be instantiated) to be thrown.
The error message describing the issue.
Optionalcomponents: {Optionalclip?: AnimClipThe AnimClip involved in the error.
Optionalelement?: DOMElementThe DOM element involved in the error.
Optionalsequence?: AnimSequenceThe AnimSequence involved in the error.
Optionaltimeline?: AnimTimelineThe AnimTimeline involved in the error.
A function that throws an error with additional optional location information based on AnimTimeline, AnimSequence, AnimClip, or the DOM element being animated.