PHP 7.0.6 Released

Throwable::getMessage

(PHP 7)

Throwable::getMessageGets the message

Description

abstract public string Throwable::getMessage ( void )

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

User Contributed Notes

There are no user contributed notes for this page.
To Top