Dutch PHP Conference 2025 - Call For Papers

The Yar_Server_Exception class

(No version information available, might only be in Git)

Вступ

If service threw exceptions, A Yar_Server_Exception will be threw in client side.

Короткий огляд класу

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