PHP Conference Japan 2024

Swoole\Exception 類別

(PECL swoole >= 1.9.0)

簡介

類別概要

class Swoole\Exception extends Exception implements Throwable {
/* 繼承的屬性 */
protected 字串 $message = "";
私有 字串 $string = "";
保護 整數 $code;
保護 字串 $file = "";
保護 整數 $line;
私有 陣列 $trace = [];
私有 ?Throwable $previous = null;
}
新增註記

使用者貢獻的註記

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