La classe Yar_Server_Exception

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

Introduction

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

Synopsis de la classe

Yar_Server_Exception extends Exception {
/* Propriétés */
protected $_type;
/* Méthodes */
public getType(): string
/* Méthodes héritées */
final public Exception::getMessage(): string
final public Exception::getPrevious(): Throwable|null
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
final public Exception::getTraceAsString(): string
public Exception::__toString(): string
final private Exception::__clone(): void
}

Propriétés

message

code

file

line

_type

Sommaire

add a note add a note

User Contributed Notes

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