API reference

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

C

classRetainedSceneNotFoundError

@codexo/exojs / core / stable

Thrown when `restore` targets a constructor with no retained (suspended) Scene.

5
props
0
methods
0
events
Import
import { RetainedSceneNotFoundError } from '@codexo/exojs'

Thrown when `restore` targets a constructor with no retained (suspended) Scene.

Constructors1
new(constructorName: string): RetainedSceneNotFoundError
Properties5
cause?: unknown
constructorName: string
message: string
name: string
stack?: string
Source