Throwable::getMessage

(PHP 7)

Throwable::getMessage — Gets the message

Description

abstract public Throwable::getMessage ( void ) : string

Returns the message associated with the thrown object.

Parameters

This function has no parameters.

Return Values

Returns the message associated with the thrown object.

See Also