CakeFest 2024: The Official CakePHP Conference

La classe Yar_Client_Exception

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

Introduction

Synopsis de la classe

class Yar_Client_Exception extends Exception {
/* Propriétés */
/* Méthodes */
public getType(): void
/* 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

Sommaire

add a note

User Contributed Notes

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