PHP Conference Japan 2024

LuaSandboxFatalError 類別

(PECL luasandbox >= 1.0.0)

簡介

無法捕捉的 LuaSandbox 例外。

這些例外在 Lua 中使用 pcall()xpcall() 無法捕捉。

類別概要

class LuaSandboxFatalError extends LuaSandboxError {
/* 繼承的屬性 */
受保護的 字串 $message = "";
私有的 字串 $string = "";
受保護的 整數 $code;
受保護的 字串 $file = "";
受保護的 整數 $line;
私有的 陣列 $trace = [];
私有的 ?Throwable $previous = null;
/* 繼承的方法 */
最終 公開的 Exception::getMessage(): 字串
最終 公開的 Exception::getCode(): 整數
最終 公開的 Exception::getFile(): 字串
最終 公開的 Exception::getLine(): 整數
最終 公開的 Exception::getTrace(): 陣列
}
新增註記

使用者貢獻的註記

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