a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Shared / StackUnderflowError
Represents an error thrown when an operation is attempted on an empty stack.
This specific type of error should be thrown to indicate that the stack does not have enough elements to satisfy the requested operation.
Custom error message.
Error
new StackUnderflowError(
message
):StackUnderflowError
• message: string
= 'Stack Underflow: The stack is empty'
Error.constructor