UNPKG

@awayjs/graphics

Version:
7 lines (6 loc) 148 B
import { ErrorBase } from '@awayjs/core'; export class AnimationSetError extends ErrorBase { constructor(message: string) { super(message); } }