fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Shared / StackOverflowError

Class: StackOverflowError

Represents an error thrown when a stack exceeds its capacity.

The StackOverflowError extends the standard Error object and is used to indicate that an operation could not be completed because the stack is full.

Param

The error message to be displayed.

Extends

Constructors

new StackOverflowError()

new StackOverflowError(message): StackOverflowError

Parameters

message: string = 'Stack Overflow: The stack is full'

Returns

StackOverflowError

Overrides

Error.constructor

Defined in

shared/ds/stack/StackErrors.ts:10