Throwable
PHP Manual

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


Throwable
PHP Manual