CakeFest 2024: The Official CakePHP Conference

Yar_Server_Exception 类

(No version information available, might only be in 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

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top