Throwable::getMessage

(PHP 7, PHP 8)

Throwable::getMessageGets the message

Descrição

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

add a note

User Contributed Notes

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