PHP Conference Japan 2024

GearmanException 類別

(PECL gearman >= 0.5.0)

簡介

類別概要

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

使用者提供的註記

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