PHP Conference Japan 2024

Yar_Server_Exception 类

(无版本信息可用,可能仅在 Git 中)

简介

如果服务抛出异常,则客户端将抛出 Yar_Server_Exception。

类概要

class Yar_Server_Exception extends Exception {
/* 属性 */
protected $_type;
/* 方法 */
public getType(): string
/* 继承的方法 */
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}

属性

message

code

file

line

_type

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top