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

StompException::getDetails

(PECL stomp >= 0.1.0)

StompException::getDetailsGet exception details

Опис

public function StompException::getDetails(): string

Get exception details.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

string containing the error details.

To Top