API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

C

classSceneInstanceNotFoundError

@codexo/exojs / core / stable

Thrown when `unload(Target, { instance: kind })` targets a specific kind of activation that does not exist for `Target`.

6
props
0
methods
0
events
Import
import { SceneInstanceNotFoundError } from '@codexo/exojs'

Thrown when `unload(Target, { instance: kind })` targets a specific kind of activation that does not exist for `Target`.

Constructors1
new(constructorName: string, instance: SceneInstanceKindWhich kind of scene activation a disambiguating SceneDirector.unload call targets.): SceneInstanceNotFoundError
Properties6
cause?: unknown
constructorName: string
message: string
name: string
stack?: string
Source