CakeFest 2024: The Official CakePHP Conference

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

class Yar_Server_Exception extends Exception {
/* Propriétés */
protected $_type;
/* Méthodes */
public getType(): string
/* Méthodes héritées */
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}

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