PHP 8.4.24 Released!

The Yar_Server_Exception class

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

Introduzione

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

Sommario della classe

class Yar_Server_Exception extends Exception {
/* Proprietà */
protected $_type;
/* Metodi */
public function getType(): string
/* Metodi ereditati */
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
}

Proprietà

message

code

file

line

_type

Indice dei contenuti

add a note

User Contributed Notes

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