CakeFest 2024: The Official CakePHP Conference

Throwable::getMessage

(PHP 7, PHP 8)

Throwable::getMessageObtiene el mensaje

Descripción

public Throwable::getMessage(): string

Devuelve el mensaje asociado al objeto lanzado.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el mensaje asociado al objeto lanzado.

Ver también

add a note

User Contributed Notes

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