PHP Conference Japan 2024

Yar_Server_Exception 類別

(沒有版本資訊,可能只有在 Git 中)

簡介

如果服務拋出例外,客戶端將會拋出 Yar_Server_Exception。

類別概要

class Yar_Server_Exception extends Exception {
/* 屬性 */
protected $_type;
/* 方法 */
公開 getType(): 字串
/* 繼承的方法 */
最終 公開 Exception::getMessage(): 字串
最終 公開 Exception::getCode(): 整數
最終 公開 Exception::getFile(): 字串
最終 公開 Exception::getLine(): 整數
最終 公開 Exception::getTrace(): 陣列
}

屬性

訊息

代碼

檔案

行數

_type

目錄

新增註釋

使用者貢獻的註釋

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