The LuaSandboxMemoryError class

(PECL luasandbox >= 1.0.0)

Introduction

Exception thrown when Lua cannot allocate memory.

Class synopsis

classLuaSandboxMemoryErrorextendsLuaSandboxFatalError {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}
To Top