The Error instance (or Error class to be instantiated) to be thrown.
Error message describing the issue
Optional
components: { The structures whose details should be appended to msg
Optional
clip?: AnimClip<EffectGenerator, AnimClipConfig>The AnimClip involved in the error
Optional
element?: DOMElementThe DOM element involved in the error
Optional
sequence?: AnimSequenceThe AnimSequence involved in the error
Optional
timeline?: AnimTimelineThe AnimTimeline involved in the error
An Error containing details about where exactly in the timeline and/or sequence and/or clip the error occured.
Creates a detailed Error containing information about the structures involved in the error along with the error message.