StompException::getDetails

(PECL stomp >= 0.1.0)

StompException::getDetailsGet exception details

Description

publicStompException::getDetails(): string

Get exception details.

Parameters

This function has no parameters.

Return Values

string containing the error details.

To Top