PHP 8.3.4 Released!

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

class StompException étend Exception {
/* Méthodes héritées */
final public Exception::getMessage(): string
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
/* Méthodes */
public getDetails(): string
}

Sommaire

add a note

User Contributed Notes

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