API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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): RetainedSceneNotFoundErrorProperties5
cause?: unknownconstructorName: stringmessage: stringname: stringstack?: stringSource