API reference

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

C

classUnregisteredSceneError

@codexo/exojs / core / stable

Thrown (dev builds only) when navigating to a constructor that is not present in `ApplicationOptions.scenes`.

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

Thrown (dev builds only) when navigating to a constructor that is not present in `ApplicationOptions.scenes`.

Constructors1
new(constructorName: string, registeredNames: readonly string[]): UnregisteredSceneError
Properties6
cause?: unknown
constructorName: string
message: string
name: string
registeredNames: readonly string[]
stack?: string
Source