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

StompException::getDetails

(PECL stomp >= 0.1.0)

StompException::getDetailsGet exception details

Açıklama

public function StompException::getDetails(): string

Get exception details.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

string containing the error details.

To Top