Throwable::getFile

(PHP 7, PHP 8)

Throwable::getFileGets the file in which the object was created

Descrição

abstract public Throwable::getFile ( ) : string

Get the name of the file in which the thrown object was created.

Parâmetros

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

Valor Retornado

Returns the filename in which the thrown object was created.

Veja Também

add a note add a note

User Contributed Notes

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