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