La classe StompException

(PECL stomp >= 0.1.0)

Introduction

Représente une erreur émise par l'extension stomp. Voir le chapitre sur les Exceptions pour plus d'informations sur les exceptions en PHP.

Synopsis de la classe

StompException étend Exception {
/* 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
/* Méthodes */
public getDetails(): string
}

Sommaire

add a note add a note

User Contributed Notes

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