UNPKG

@prismadev/webmarine2d

Version:

Core utils for 2D verson of game engine Webmarine

8 lines 283 B
/** Error type for non existent camera instance in scene */ export class SceneNotFoundError extends Error { constructor() { super(...arguments); this.message = 'Cannot find scene in the render engine'; } } //# sourceMappingURL=SceneNotFoundError.js.map