PHP Conference Japan 2024

LuaSandboxMemoryError 類別

(PECL luasandbox >= 1.0.0)

簡介

當 Lua 無法分配記憶體時擲出的例外。

類別概要

class LuaSandboxMemoryError extends LuaSandboxFatalError {
/* 繼承的屬性 */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* 繼承的方法 */
final public Exception::getMessage(): string
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}
新增筆記

使用者貢獻的筆記

此頁面沒有使用者貢獻的筆記。
To Top