PHP Conference Japan 2024

V8JsException 類別

(PECL v8js >= 0.1.0)

簡介

類別概要

class V8JsException extends Exception {
/* 屬性 */
protected $JsFileName;
protected $JsLineNumber;
protected $JsSourceLine;
protected $JsTrace;
/* 繼承的屬性 */
protected 字串 $message = "";
私有 字串 $string = "";
保護 整數 $code;
保護 字串 $file = "";
保護 整數 $line;
私有 陣列 $trace = [];
私有 ?Throwable $previous = null;
/* 方法 */
最終 公開 getJsFileName():字串
最終 公開 getJsLineNumber():整數
最終 公開 getJsSourceLine():字串
最終 公開 getJsTrace():字串
/* 繼承方法 */
最終 公開 Exception::getMessage():字串
最終 公開 Exception::getCode():整數
最終 公開 Exception::getFile():字串
最終 公開 Exception::getLine():整數
最終 公開 Exception::getTrace():陣列
}

屬性

JsFileName

JsLineNumber

JsSourceLine

JsTrace

目錄

新增筆記

使用者貢獻的筆記

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