La classe Yar_Server_Exception

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

Introduction

Si le service lance des exceptions, une Yar_Server_Exception sera lancée côté client.

Synopsis de la classe

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

Propriétés

message

code

file

line

_type

Sommaire

add a note

User Contributed Notes

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