Throwable::getMessage

(PHP 7, PHP 8)

Throwable::getMessageGets the message

Descrição

abstract public Throwable::getMessage ( ) : string

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