Throwable::__toString

(PHP 7, PHP 8)

Throwable::__toStringObtiene un representación de string del objeto lanzado

Descripción

public Throwable::__toString(): string

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve la representación de string del objeto lanzado.

Ver también

add a note

User Contributed Notes

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