Throwable
PHP Manual

Throwable::getMessage

(PHP 7)

Throwable::getMessageGets the message

Descrição

abstract public string Throwable::getMessage ( void )

Returns the message associated with the thrown object.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the message associated with the thrown object.

Veja Também


Throwable
PHP Manual