StompException::getDetails
PHP Manual
PHP Manual»StompException»StompException::getDetails

StompException::getDetails

(PECL stomp >= 0.1.0)

StompException::getDetailsGet exception details

Beschreibung

public function StompException::getDetails(): string

Get exception details.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

string containing the error details.

To Top