API reference

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

C

classDuplicateSceneRegistrationError

@codexo/exojs / core / stable

Thrown (dev builds only) when `ApplicationOptions.scenes` registers the same constructor under more than one key.

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

Thrown (dev builds only) when `ApplicationOptions.scenes` registers the same constructor under more than one key.

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