PHP Conference Japan 2024

LuaSandboxErrorError 類別

(PECL luasandbox >= 1.0.0)

簡介

當 Lua 在錯誤處理器內遇到錯誤時拋出的例外。

類別概要

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

使用者提供的註釋

此頁面沒有使用者提供的註釋。
To Top